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>2015-05-18 09:14:37 +0300
committerChris Rebert <github@rebertia.com>2015-05-18 09:14:37 +0300
commit9dcc08623abf94c4ab1c14112ad3162b2c4f6730 (patch)
tree56c967b4ef8c15bc95b2de27456b5e1d10f1b946
parent9d6c5d7188889fab223d187ff0c0ec0a130ca474 (diff)
README: document Java version requirement
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2df436f..b721475 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ Rorschach ([@twbs-rorschach](https://github.com/twbs-rorschach)) is a [Bootstrap
Rorschach watches for new or modified pull requests, runs sanity checks on them, and if a sanity check fails, it leaves an informative comment on the pull request explaining the mistake and how to fix it, and then closes the pull request.
+Rorschach requires Java 8 or higher.
+
## Motivation
You're a member of a popular open source project that involves front-end Web technologies. Cool.