diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-10-13 10:33:29 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-10-13 14:28:23 +0100 |
commit | 535a824bf743274882f0f2d897c6768aaa91c109 (patch) | |
tree | 922dd4056be564a039d621c28a45249f90cdd1ad | |
parent | 3057d98a4e3fc777b06e51cd678723f5c5b4c898 (diff) | |
download | gcc-535a824bf743274882f0f2d897c6768aaa91c109.zip gcc-535a824bf743274882f0f2d897c6768aaa91c109.tar.gz gcc-535a824bf743274882f0f2d897c6768aaa91c109.tar.bz2 |
GCC allows for the DCO sign-off.
This updates the contributor guide to let people know the update applys to
gccrs.
Co-authored-by: CohenArthur <arthur.cohen@epita.fr>
Co-authored-by: Marc Poulhiès <dkm@kataplop.net>
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 5 | ||||
-rw-r--r-- | CONTRIBUTING.md | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7bcb376..d209ddb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ in the git commit message. Here is a checklist to help you with your PR. -- \[ ] GCC code require copyright assignment: https://gcc.gnu.org/contribute.html +- \[ ] GCC development requires the DCO or copyright assignment. See: https://gcc.gnu.org/contribute.html or https://gcc.gnu.org/dco.html - \[ ] Read contributing guidlines - \[ ] `make check-rust` passes locally - \[ ] Run `clang-format` @@ -18,4 +18,5 @@ Note that you can skip the above if you are just opening a WIP PR in order to get feedback. --- -*Please write a short comment explaining your change. +*Please write a comment explaining your change. This is the message +that will be part of the merge commit. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e36f16..b7daf8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ * Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. -* Before submitting, GCCRS requires copyright assignment. Please read the [Contributing to GCC](https://gcc.gnu.org/contribute.html) guide to know more. +* Before submitting, GCC development requires copyright assignment or the Developer's Certificate of Origin sign-off. Please read the [Contributing to GCC guide](https://gcc.gnu.org/contribute.html) or [DCO Guide](https://gcc.gnu.org/dco.html) guide to know more. * Patches sent to the [`gcc-rust` mailing list](https://gcc.gnu.org/mailman/listinfo/gcc-rust) are likewise welcome. These will be imported into a GitHub PR to follow the normal review process, and the link to the GitHub PR sent to the submitter. |