diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2021-10-14 10:39:18 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2021-10-14 10:39:18 +0200 |
commit | 36088fa7df20dacc231d5b1492a593d82fd27739 (patch) | |
tree | f10a6dec4bbca09c3473d4783ae6b2e4ee13b0d8 | |
parent | 5d9d3e32df908de70e6b1e9e712e64e367e88753 (diff) | |
download | gcc-36088fa7df20dacc231d5b1492a593d82fd27739.zip gcc-36088fa7df20dacc231d5b1492a593d82fd27739.tar.gz gcc-36088fa7df20dacc231d5b1492a593d82fd27739.tar.bz2 |
Update 'README.md' for DCO
... using the same wording as in 'CONTRIBUTING.md'.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ To emit Rust front end debug output, you may add options like `-frust-debug`, `- If you want to contribute to GCC Rust, you can find more information in [CONTRIBUTING.md](https://github.com/Rust-GCC/gccrs/blob/master/CONTRIBUTING.md). Please be aware this project is designed to be pushed upstream to GCC when we reach some milestones, and this means we require -contributions to have copyright assignment in place. Please see https://gcc.gnu.org/contribute.html. +copyright assignment or the Developer's Certificate of Origin sign-off. Please see the [Contributing to GCC](https://gcc.gnu.org/contribute.html) guide or [Developer's Certificate of Origin (DCO) Sign-off](https://gcc.gnu.org/dco.html) guide. Not all contributions must be code; we would love to see new test cases or bugs and issues to be reported. Feel free to add any comments on open PRs |