From a9506b5edbca7aafae2287d181a1a8dc141613fb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 10 Feb 2016 17:08:31 -0800 Subject: README: Add new-ish checks to list of checks performed [ci skip] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a548258..0f7ed3f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ By automating the process of sanity-checking proposed pull requests: * [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 `/scss/*.scss` or `/less/*.less`.](docs/css.md) * [Pull requests must never modify the `CNAME` file.](docs/cname.md) +* Pull requests must not be used solely to test out Git or GitHub instead of proposing legitimate improvements. + * [Pull requests must not have titles which strongly suggest this.](docs/title.md) + * [Pull requests must not create new files with names which strongly suggest this (e.g. `new-file.txt`).](docs/newfile.md) ## GitHub webhook configuration -- cgit v1.2.3