summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-03-24 10:17:18 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2015-03-24 10:17:18 -0700
commit6776c1945d9d426dad0f2d228a2a7cb073e1c389 (patch)
treec86c4b40395f1ceb6be3e7a9e9d94b447444c020 /README.md
parent1414480d3afca4a568821bc7d0892a1571b44d6b (diff)
parentb2f54bac9572ce75d8129fb147a6deec3aaca221 (diff)
downloadspack-6776c1945d9d426dad0f2d228a2a7cb073e1c389.tar.gz
spack-6776c1945d9d426dad0f2d228a2a7cb073e1c389.tar.bz2
spack-6776c1945d9d426dad0f2d228a2a7cb073e1c389.tar.xz
spack-6776c1945d9d426dad0f2d228a2a7cb073e1c389.zip
Merge for minor release: 0.8.17v0.8.17
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md
index 69632b8933..0befb38c7c 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,36 @@ Documentation
[Full documentation](http://scalability-llnl.github.io/spack)
for Spack is also available.
+Get Involved!
+------------------------
+
+Spack is an open source project. Questions, discussion, and
+contributions are welcome. Contributions can be anything from new
+packages to bugfixes, or even new core features.
+
+### Mailing list
+
+If you are interested in contributing to spack, the first step is to
+join the mailing list. We're currently using LLNL's old-fashioned
+mailing list software, so you'll need to click the links below and
+send the resulting email to subscribe or unsubscribe:
+
+ * **[Subscribe](mailto:majordomo@lists.llnl.gov?subject=subscribe&body=subscribe%20spack)**
+ * **[Unsubscribe](mailto:majordomo@lists.llnl.gov?subject=unsubscribe&body=unsubscribe%20spack)**
+
+### Contributions
+
+At the moment, contributing to Spack is relatively simple. Just send us
+a [pull request](https://help.github.com/articles/using-pull-requests/).
+When you send your request, make ``develop`` the destination branch.
+
+Spack is using a rough approximation of the [Git
+Flow](http://nvie.com/posts/a-successful-git-branching-model/)
+branching model. The ``develop`` branch contains the latest
+contributions, and ``master`` is always tagged and points to the
+latest stable release.
+
+
Authors
----------------
Spack was written by Todd Gamblin, tgamblin@llnl.gov.