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 04:20:25 +0400
committerChris Rebert <github@rebertia.com>2014-10-11 04:20:25 +0400
commit177fce3939c6866b08a730a3e947d988a87fbd25 (patch)
treeffdb33efab7c4ae9aef38a4704cf1a972dae44a5
parent688bc9de062f83c39c43ca45b2dea8951991b8d5 (diff)
README: add links to full docs about checks performed
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 44f4916..351a760 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ By automating the process of sanity-checking proposed pull requests:
## Checks performed
-* 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.
+* [Pull requests must never be against the `gh-pages` branch.](docs/against-gh-pages.md)
+* [Pull requests must not attempt to merge the `gh-pages` branch into the `master` branch.](docs/gh-pages-into-master.md)
+* [Pull requests must never edit `/dist/js/bootstrap.js` without also editing `/js/*.js`](docs/js.md).
+* [Pull requests must never edit `/dist/css/bootstrap.css` without also editing `/less/*.less`.](docs/css.md)
+* [Pull requests must never modify the `CNAME` file.](docs/cname.md)