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.
This commit is contained in:
Todd Gamblin
2019-06-30 23:00:07 -07:00
parent 441401bb8b
commit 9c37a4c948
2 changed files with 0 additions and 0 deletions

8
.github/CONTRIBUTING.md vendored Normal file
View File

@@ -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.