Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-06-24 12:45:16 +0400
committerChris Rebert <github@rebertia.com>2014-06-24 12:45:16 +0400
commit2f5d972124ffeb1df2b8311391e2917fda1ca653 (patch)
tree33ab972374f6052c78dfb938c725a571e27b63fd /README.md
parentbbb678b839325628b96aaa7f74f0f76a0a2f8f64 (diff)
list planned checks
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a5d505..fceddbb 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,10 @@ By automating the process of sanity-checking proposed pull requests:
* Feedback can be given to the pull requester *extremely* quickly, decreasing the turnaround time on fixing the pull request and decreasing friction for the requester.
* The requester can be referred to canonical write-ups explaining the common mistakes in detail, so that they have full context for understanding the reported mistakes.
* Issue triagers will have less work to deal with, and human error in failing to zealously check every single pull request for every common mistake is eliminated.
+
+## Checks performed
+
+* Pull requests must always be against the `master` branch.
+* Pull requests must never edit `/dist/js/bootstrap.js` without also editing `/js/*.js`.
+* Pull requests must never edit `/dist/css/bootstrap.css` without also editing `/less/*.less`.
+* Pull requests must never modify the `CNAME` file.