diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-06-30 23:00:07 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-06-30 23:08:33 -0700 |
commit | 9c37a4c948eff6032cb68e35de118a1469de5901 (patch) | |
tree | 936aba60e2947ee6e693902e00d2fa4588b48344 /.github/CONTRIBUTING.md | |
parent | 441401bb8bed5cccc48ff259d72b9717c6e5d635 (diff) | |
download | spack-9c37a4c948eff6032cb68e35de118a1469de5901.tar.gz spack-9c37a4c948eff6032cb68e35de118a1469de5901.tar.bz2 spack-9c37a4c948eff6032cb68e35de118a1469de5901.tar.xz spack-9c37a4c948eff6032cb68e35de118a1469de5901.zip |
meta: move CODE_OF_CONDUCT.md and CONTRIBUTING.md to .github
- Trying to reduce the number of top-level files in Spack.
- CODE_OF_CONDUCT.md can be referenced from the README.
- CONTRIBUTING.md is only used to display a message on pull requests, and
it still does that when in .github.
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000000..b7feeb5c68 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing to Spack + +All contributions to Spack must be made under both the Apache License, +Version 2.0 (Apache-2.0) and the MIT license (MIT). + +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. |