diff options
author | Gregory Becker <becker33@llnl.gov> | 2016-05-18 15:13:40 -0700 |
---|---|---|
committer | Gregory Becker <becker33@llnl.gov> | 2016-05-18 15:13:40 -0700 |
commit | 9f59c128bec12baede054bf54b9afc69b2130da7 (patch) | |
tree | a76d26f1601b9859293cdc7426248983a3044e44 /README.md | |
parent | 0fd9cdb861b9b794cc6aa20cd5ecca1989a43820 (diff) | |
parent | d3916707557762abb4268c4f523eac0d222b58b1 (diff) | |
download | spack-9f59c128bec12baede054bf54b9afc69b2130da7.tar.gz spack-9f59c128bec12baede054bf54b9afc69b2130da7.tar.bz2 spack-9f59c128bec12baede054bf54b9afc69b2130da7.tar.xz spack-9f59c128bec12baede054bf54b9afc69b2130da7.zip |
Partial merge of mainline develop
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,7 +1,8 @@  ============ -[](https://travis-ci.org/LLNL/spack) +[](https://travis-ci.org/LLNL/spack) +[](https://coveralls.io/github/LLNL/spack?branch=develop) Spack is a package management tool designed to support multiple versions and configurations of software on a wide variety of platforms @@ -59,7 +60,13 @@ can join it here: 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. +When you send your request, make ``develop`` the destination branch on the +[Spack repository](https://github.com/LLNL/spack). + +Your contribution will need to pass all the tests run by the `spack test` +command, as well as the formatting checks in `share/spack/qa/run-flake8`. +You should run both of these before submitting your pull request, to +ensure that the online checks succeed. Spack is using a rough approximation of the [Git Flow](http://nvie.com/posts/a-successful-git-branching-model/) |