Skip to content

Commit 7bdc78b

Browse files
CohenArthurdkm
authored andcommitted
chore: Fix Remark CI
ChangeLog: * CONTRIBUTING.md: Fix invalid line length. * README.md: Likewise.
1 parent 28d442c commit 7bdc78b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/Rust-GCC/gccrs/issues).
66

7-
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/Rust-GCC/gccrs/issues/new).
7+
* If you're unable to find an open issue addressing the problem,
8+
[open a new one](https://github.com/Rust-GCC/gccrs/issues/new).
89
Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample**
910
or an **executable test case** demonstrating the expected behavior that is not occurring.
1011

@@ -15,7 +16,8 @@
1516
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
1617

1718
* Before submitting, GCC development requires copyright assignment or the Developer's Certificate of Origin sign-off.
18-
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.
19+
Please see the [Contributing to GCC](https://gcc.gnu.org/contribute.html) guide or
20+
[Developer's Certificate of Origin (DCO) Sign-off](https://gcc.gnu.org/dco.html) guide.
1921

2022
* Patches sent to the [`gcc-rust` mailing list](https://gcc.gnu.org/mailman/listinfo/gcc-rust) are likewise welcome.
2123
These will be imported into a GitHub PR to follow the normal review process,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ If you want to contribute to GCC Rust, you can find more information in [CONTRIB
217217

218218
Please be aware this project is designed to be pushed upstream to GCC when we reach some milestones,
219219
and this means we require copyright assignment or the Developer's Certificate of Origin sign-off.
220-
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.
220+
Please see the [Contributing to GCC](https://gcc.gnu.org/contribute.html) guide or
221+
[Developer's Certificate of Origin (DCO) Sign-off](https://gcc.gnu.org/dco.html) guide.
221222

222223
Not all contributions must be code; we would love to see new test cases or bugs and issues to be reported.
223224
Feel free to add any comments on open PRs

0 commit comments

Comments
 (0)