diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2021-10-14 10:32:55 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2021-10-14 10:32:55 +0200 |
commit | 8545a9392912e6c046d568258035282a025e030c (patch) | |
tree | 964d7b0a95e1d02311e9a0e103be29f10de0be0c | |
parent | 535a824bf743274882f0f2d897c6768aaa91c109 (diff) | |
download | gcc-8545a9392912e6c046d568258035282a025e030c.zip gcc-8545a9392912e6c046d568258035282a025e030c.tar.gz gcc-8545a9392912e6c046d568258035282a025e030c.tar.bz2 |
Align DCO wording in '.github/PULL_REQUEST_TEMPLATE.md'
... to that used in 'CONTRIBUTING.md'.
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d209ddb..24f920b 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 development requires the DCO or copyright assignment. See: https://gcc.gnu.org/contribute.html or https://gcc.gnu.org/dco.html +- \[ ] GCC development requires copyright assignment or the Developer's Certificate of Origin sign-off, 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` |