Skip to content

Commit eb29257

Browse files
bors[bot]philbertytschwinge
authored
Merge #730
730: GCC allows for the DCO sign-off r=philberty a=philberty This updates the contributor guide to let people know the update applies to gccrs. Co-authored-by: Philip Herron <[email protected]> Co-authored-by: Thomas Schwinge <[email protected]>
2 parents e5a7ee4 + 36088fa commit eb29257

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ in the git commit message.
88

99
Here is a checklist to help you with your PR.
1010

11-
- \[ ] GCC code require copyright assignment: https://gcc.gnu.org/contribute.html
11+
- \[ ] 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
1212
- \[ ] Read contributing guidlines
1313
- \[ ] `make check-rust` passes locally
1414
- \[ ] Run `clang-format`
@@ -18,4 +18,5 @@ Note that you can skip the above if you are just opening a WIP PR in
1818
order to get feedback.
1919
---
2020

21-
*Please write a short comment explaining your change.
21+
*Please write a comment explaining your change. This is the message
22+
that will be part of the merge commit.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
1414

15-
* Before submitting, GCCRS requires copyright assignment. Please read the [Contributing to GCC](https://gcc.gnu.org/contribute.html) guide to know more.
15+
* 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.
1616

1717
* Patches sent to the [`gcc-rust` mailing list](https://gcc.gnu.org/mailman/listinfo/gcc-rust) are likewise welcome.
1818
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ To emit Rust front end debug output, you may add options like `-frust-debug`, `-
193193
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).
194194

195195
Please be aware this project is designed to be pushed upstream to GCC when we reach some milestones, and this means we require
196-
contributions to have copyright assignment in place. Please see https://gcc.gnu.org/contribute.html.
196+
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.
197197

198198
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
199199

0 commit comments

Comments
 (0)