Skip to content

Commit 4968e48

Browse files
committed
Minor formatting fix for newly-added file from previous commit
Committing under the "obvious" rule. ChangeLog: * .github/CONTRIBUTING.md: Wrap lines more tightly.
1 parent 2b9778c commit 4968e48

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/CONTRIBUTING.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,19 @@ The GCC community does not use `github.com` for their contributions. Instead, we
66
a mailing list (`[email protected]`) for code submissions, code
77
reviews, and bug reports.
88

9-
Perhaps one day it will be possible to use [GitGitGadget](https://gitgitgadget.github.io/) to
10-
conveniently send Pull Requests commits to GCC's mailing list, the way that the Git project currently allows it to be used to send PRs to their mailing list, but until that day arrives, please send your patches to the mailing list manually.
9+
Perhaps one day it will be possible to use [GitGitGadget](https://gitgitgadget.github.io/)
10+
to conveniently send Pull Requests commits to GCC's mailing list, the way that the Git
11+
project currently allows it to be used to send PRs to their mailing list, but until that
12+
day arrives, please send your patches to the mailing list manually.
1113

12-
Please read ["Contributing to GCC"](https://gcc.gnu.org/contribute.html) on the main GCC website
13-
to learn how the GCC project is managed, and how you can work with it.
14-
In addition, we highly recommend you to read [our guidelines for read-write Git access](https://gcc.gnu.org/gitwrite.html).
14+
Please read ["Contributing to GCC"](https://gcc.gnu.org/contribute.html) on the main GCC
15+
website to learn how the GCC project is managed, and how you can work with it.
16+
In addition, we highly recommend you to read
17+
[our guidelines for read-write Git access](https://gcc.gnu.org/gitwrite.html).
1518

16-
Or, you can follow the ["Contributing to GCC in 10 easy steps"](https://gcc.gnu.org/wiki/GettingStarted#Basics:_Contributing_to_GCC_in_10_easy_steps) section of the ["Getting Started" page](https://gcc.gnu.org/wiki/GettingStarted) on [the wiki](https://gcc.gnu.org/wiki) for another example of the contribution process.
19+
Or, you can follow the
20+
["Contributing to GCC in 10 easy steps"](https://gcc.gnu.org/wiki/GettingStarted#Basics:_Contributing_to_GCC_in_10_easy_steps)
21+
section of the ["Getting Started" page](https://gcc.gnu.org/wiki/GettingStarted) on
22+
[the wiki](https://gcc.gnu.org/wiki) for another example of the contribution process.
1723

1824
Your friendly GCC community!

0 commit comments

Comments
 (0)