aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2021-05-28 13:22:12 +0100
committerPhilip Herron <philip.herron@embecosm.com>2021-06-05 17:01:06 +0100
commit8564e93111e4d3e97fcf45abc465b0532d05efc6 (patch)
tree8088911524ca7ff9071bd1bd9366cd56ea436199
parent1f1d9ed87d3e870f8e64ea28ba3e6bc898502255 (diff)
downloadgcc-8564e93111e4d3e97fcf45abc465b0532d05efc6.zip
gcc-8564e93111e4d3e97fcf45abc465b0532d05efc6.tar.gz
gcc-8564e93111e4d3e97fcf45abc465b0532d05efc6.tar.bz2
Update CONTRIBUTING.md
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: CohenArthur <arthur.cohen@epita.fr> Co-authored-by: Thomas Schwinge <thomas@codesourcery.com> Co-authored-by: Miguel Ojeda <ojeda@users.noreply.github.com>
-rw-r--r--CONTRIBUTING.md5
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.