summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Scheibel <scheibel1@llnl.gov>2016-05-24 18:56:44 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2016-05-24 18:56:44 -0700
commitdd26c0bbcc8d968a6af872f95bc401ab3ce9aaf2 (patch)
treea7725e2cbf72b207419042d426a3fde224e11f14 /README.md
parent9eb314fcaaa9a19d59dee3269bd9ddaf738117a3 (diff)
parent1bca69f27281d3bb707bcba41b4f332ab3988509 (diff)
downloadspack-dd26c0bbcc8d968a6af872f95bc401ab3ce9aaf2.tar.gz
spack-dd26c0bbcc8d968a6af872f95bc401ab3ce9aaf2.tar.bz2
spack-dd26c0bbcc8d968a6af872f95bc401ab3ce9aaf2.tar.xz
spack-dd26c0bbcc8d968a6af872f95bc401ab3ce9aaf2.zip
merge from develop
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1977a4fee9..fe00e2af27 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
![image](share/spack/logo/spack-logo-text-64.png "Spack")
============
-[![Build Status](https://travis-ci.org/LLNL/spack.png?branch=develop)](https://travis-ci.org/LLNL/spack)
+[![Build Status](https://travis-ci.org/LLNL/spack.svg?branch=develop)](https://travis-ci.org/LLNL/spack)
+[![Coverage Status](https://coveralls.io/repos/github/LLNL/spack/badge.svg?branch=develop)](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
@@ -62,6 +63,11 @@ a [pull request](https://help.github.com/articles/using-pull-requests/).
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/)
branching model. The ``develop`` branch contains the latest