diff options
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. |