aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2021-05-14 13:40:18 +0100
committerPhilip Herron <philip.herron@embecosm.com>2021-05-14 13:40:18 +0100
commitcd7b7ca2743db82f87cc02048b0db09143467edd (patch)
treef58db00d8f5bc86f695774acc1c3f7b80bc2d38d
parenta027e84a7113c6551cda1f79d4af175ab9a68caf (diff)
downloadgcc-cd7b7ca2743db82f87cc02048b0db09143467edd.zip
gcc-cd7b7ca2743db82f87cc02048b0db09143467edd.tar.gz
gcc-cd7b7ca2743db82f87cc02048b0db09143467edd.tar.bz2
Add link to contributing guidlines
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 666fb82..f7a86ff 100644
--- a/README.md
+++ b/README.md
@@ -179,6 +179,8 @@ $ docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp \
## Contributing
+If you want to contribute to GCC Rust, you can find more information in [CONTRIBUTING.md](https://github.com/Rust-GCC/gccrs/blob/master/CONTRIBUTING.md).
+
Please be aware this project is designed to be pushed upstream to GCC when we reach some milestones, and this means we require
contributions to have copyright assignment in place. Please see https://gcc.gnu.org/contribute.html.