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@chrisrebert.com>2016-02-11 04:08:31 +0300
committerChris Rebert <github@chrisrebert.com>2016-02-11 04:08:31 +0300
commita9506b5edbca7aafae2287d181a1a8dc141613fb (patch)
tree3cff93c40d2a377a4d862910a08776865fe1d9bb
parentdcfc9e51e3eef25ae5944565c166e5124e3fde5b (diff)
README: Add new-ish checks to list of checks performed
[ci skip]
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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