diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-06-05 16:02:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 16:02:16 +0000 |
commit | bc4c1ef45d46284583168c321a292df54ce86b2e (patch) | |
tree | 8088911524ca7ff9071bd1bd9366cd56ea436199 | |
parent | 1f1d9ed87d3e870f8e64ea28ba3e6bc898502255 (diff) | |
parent | 8564e93111e4d3e97fcf45abc465b0532d05efc6 (diff) | |
download | gcc-bc4c1ef45d46284583168c321a292df54ce86b2e.zip gcc-bc4c1ef45d46284583168c321a292df54ce86b2e.tar.gz gcc-bc4c1ef45d46284583168c321a292df54ce86b2e.tar.bz2 |
Merge #455
455: Update CONTRIBUTING.md r=philberty a=philberty
We have been accepting patches via mail from developers following the normal GCC processes. Let's update our guidelines to reflect this.
Co-authored-by: Philip Herron <philip.herron@embecosm.com>
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e412876..3e36f16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,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). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring. -#### **Did you write a patch that fixes a bug?** +#### **Do you want to submit a patch?** * Open a new GitHub pull request with the patch. @@ -14,6 +14,9 @@ * Before submitting, GCCRS requires copyright assignment. Please read the [Contributing to GCC](https://gcc.gnu.org/contribute.html) guide to know more. +* 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. + #### **Do you intend to add a new feature or change an existing one?** * Suggest your change in the [Zulip](https://gcc-rust.zulipchat.com/) and start writing code. |