summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-05-11 02:59:08 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2016-05-11 02:59:08 -0700
commit3d3a520a7d79f40f167f2856c5787ef94739eedc (patch)
treefc271456ad61be973fed4d6d5eadad7f723cca8d /README.md
parent6d6eb0f2d1e1f5f4fd340f8e5f3a5159be7e7f40 (diff)
downloadspack-3d3a520a7d79f40f167f2856c5787ef94739eedc.tar.gz
spack-3d3a520a7d79f40f167f2856c5787ef94739eedc.tar.bz2
spack-3d3a520a7d79f40f167f2856c5787ef94739eedc.tar.xz
spack-3d3a520a7d79f40f167f2856c5787ef94739eedc.zip
update readme for flake8 checking
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1f7bcc5c61..fe00e2af27 100644
--- a/README.md
+++ b/README.md
@@ -63,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