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-10-11 03:43:24 +0400
committerChris Rebert <github@rebertia.com>2014-10-11 03:43:24 +0400
commite59afdbf1eaf6ab40fd8ee17d331b464b0235454 (patch)
treec79186ce1a716b580dd029fc61e21ac2ac8ae5c0 /README.md
parent433fa5a2feb51909dd292e8b256b72e1cb2e6aa3 (diff)
update "Checks performed" section of README
Diffstat (limited to 'README.md')
-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.