From 177fce3939c6866b08a730a3e947d988a87fbd25 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 10 Oct 2014 17:20:25 -0700 Subject: README: add links to full docs about checks performed --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.3