diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2021-10-14 10:35:24 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2021-10-14 10:35:24 +0200 |
commit | 5d9d3e32df908de70e6b1e9e712e64e367e88753 (patch) | |
tree | ae80a05fa33e1d88d99829e04c1d0d38e9e8f0f2 | |
parent | 8545a9392912e6c046d568258035282a025e030c (diff) | |
download | gcc-5d9d3e32df908de70e6b1e9e712e64e367e88753.zip gcc-5d9d3e32df908de70e6b1e9e712e64e367e88753.tar.gz gcc-5d9d3e32df908de70e6b1e9e712e64e367e88753.tar.bz2 |
Some polishing of DCO wording
<https://github.com/Rust-GCC/gccrs/pull/730/files#r728027852>.
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7daf8b..360c0e2 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, 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. +* Before submitting, GCC development requires 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. * 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. |