mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Minor formatting fix for newly-added file from previous commit
Committing under the "obvious" rule. ChangeLog: * .github/CONTRIBUTING.md: Wrap lines more tightly.
This commit is contained in:
parent
2b9778c8d9
commit
4968e4844a
18
.github/CONTRIBUTING.md
vendored
18
.github/CONTRIBUTING.md
vendored
@ -6,13 +6,19 @@ The GCC community does not use `github.com` for their contributions. Instead, we
|
|||||||
a mailing list (`gcc-patches@gcc.gnu.org`) for code submissions, code
|
a mailing list (`gcc-patches@gcc.gnu.org`) for code submissions, code
|
||||||
reviews, and bug reports.
|
reviews, and bug reports.
|
||||||
|
|
||||||
Perhaps one day it will be possible to use [GitGitGadget](https://gitgitgadget.github.io/) to
|
Perhaps one day it will be possible to use [GitGitGadget](https://gitgitgadget.github.io/)
|
||||||
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.
|
to 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.
|
||||||
|
|
||||||
Please read ["Contributing to GCC"](https://gcc.gnu.org/contribute.html) on the main GCC website
|
Please read ["Contributing to GCC"](https://gcc.gnu.org/contribute.html) on the main GCC
|
||||||
to learn how the GCC project is managed, and how you can work with it.
|
website to learn how the GCC project is managed, and how you can work with it.
|
||||||
In addition, we highly recommend you to read [our guidelines for read-write Git access](https://gcc.gnu.org/gitwrite.html).
|
In addition, we highly recommend you to read
|
||||||
|
[our guidelines for read-write Git access](https://gcc.gnu.org/gitwrite.html).
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
Your friendly GCC community!
|
Your friendly GCC community!
|
||||||
|
Loading…
Reference in New Issue
Block a user