mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
github: update contributing link
The original contributing.html link was broken since we shuffled some of the directories around. BUG=None TEST=follow the link Change-Id: I0c2c9ce0fa79e786d87e679b8391f884b0b8cc4a Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3795006 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
8930ba079f
commit
4e626ec083
2 changed files with 2 additions and 2 deletions
2
.github/mistaken-pull-closer.yml
vendored
2
.github/mistaken-pull-closer.yml
vendored
|
@ -6,7 +6,7 @@ filters:
|
||||||
commentBody: |
|
commentBody: |
|
||||||
Thanks for your contribution! Unfortunately, we don't use GitHub pull
|
Thanks for your contribution! Unfortunately, we don't use GitHub pull
|
||||||
requests to manage code contributions to this repository. Instead, please
|
requests to manage code contributions to this repository. Instead, please
|
||||||
see the [contributing guide](https://crosvm.dev/book/contributing.html)
|
see the [contributing guide](https://crosvm.dev/book/contributing/)
|
||||||
which provides full instructions on how to get involved.
|
which provides full instructions on how to get involved.
|
||||||
|
|
||||||
# Whether to add a label to the closed PR.
|
# Whether to add a label to the closed PR.
|
||||||
|
|
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
@ -1,3 +1,3 @@
|
||||||
We don't accept any GitHub pull requests to crosvm. We use
|
We don't accept any GitHub pull requests to crosvm. We use
|
||||||
[Chromium Gerrit](https://chromium-review.googlesource.com/) for the code review process. See
|
[Chromium Gerrit](https://chromium-review.googlesource.com/) for the code review process. See
|
||||||
[the contribution guide](https://crosvm.dev/book/contributing.html) for the details.
|
[the contribution guide](https://crosvm.dev/book/contributing/) for the details.
|
||||||
|
|
Loading…
Reference in a new issue