diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-11-08 11:09:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-08 11:09:11 -0800 |
commit | 9c774cccdeee542df865e1ecd3b5624dd5cdcb65 (patch) | |
tree | 3508f6b7cdc48d9dc617696a1090f75883a20eea /CONTRIBUTING.md | |
parent | 392929ba7721a402d3c273099e2499bc89df5b52 (diff) | |
download | spack-9c774cccdeee542df865e1ecd3b5624dd5cdcb65.tar.gz spack-9c774cccdeee542df865e1ecd3b5624dd5cdcb65.tar.bz2 spack-9c774cccdeee542df865e1ecd3b5624dd5cdcb65.tar.xz spack-9c774cccdeee542df865e1ecd3b5624dd5cdcb65.zip |
Add basic CONTRIBUTING.md that points to contribution guide docs (#6203)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..b72967ae54 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing to Spack + +Before contributing to Spack you should read the +[Contribution Guide](https://spack.readthedocs.io/en/latest/contribution_guide.html), +which is maintained as part of Spack's documentation. |