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:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index fceddbb..44f4916 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,8 @@ By automating the process of sanity-checking proposed pull requests:
## Checks performed
-* Pull requests must always be against the `master` branch.
+* Pull requests must never be against the `gh-pages` branch.
+* Pull requests must not attempt to merge the `gh-pages` branch into 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.