diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-05-14 13:40:18 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-05-14 13:40:18 +0100 |
commit | cd7b7ca2743db82f87cc02048b0db09143467edd (patch) | |
tree | f58db00d8f5bc86f695774acc1c3f7b80bc2d38d | |
parent | a027e84a7113c6551cda1f79d4af175ab9a68caf (diff) | |
download | gcc-cd7b7ca2743db82f87cc02048b0db09143467edd.zip gcc-cd7b7ca2743db82f87cc02048b0db09143467edd.tar.gz gcc-cd7b7ca2743db82f87cc02048b0db09143467edd.tar.bz2 |
Add link to contributing guidlines
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |