Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-04-26 21:02:57 +0300
committerGitHub <noreply@github.com>2017-04-26 21:02:57 +0300
commitb8a569e0d2780c525f9b1e3114b9bc4fe41fc1ba (patch)
tree53d48c280f377a1b5424056dd6256c92e7cb2275 /contributing.json
parent08372f64de083e1cae3fb3d82a3390239c9a402e (diff)
Update contributing.json
Diffstat (limited to 'contributing.json')
-rw-r--r--contributing.json21
1 files changed, 1 insertions, 20 deletions
diff --git a/contributing.json b/contributing.json
index 32b3ddf..296f39a 100644
--- a/contributing.json
+++ b/contributing.json
@@ -1,40 +1,21 @@
// https://gitmagic.io/rules
{
- "commit": {
- "subject_cannot_be_empty": true,
- "subject_must_be_longer_than": 4,
- "subject_must_be_shorter_than": 101,
- "subject_lines_must_be_shorter_than": 51,
- "subject_must_be_single_line": true,
- "subject_must_be_in_tense": "imperative",
- "subject_must_start_with_case": "lower",
- "subject_must_not_end_with_dot": true,
-
- "body_lines_must_be_shorter_than": 73
- },
"pull_request": {
"subject_cannot_be_empty": true,
"subject_must_be_longer_than": 4,
"subject_must_be_shorter_than": 101,
- "subject_must_be_in_tense": "imperative",
- "subject_must_start_with_case": "upper",
"subject_must_not_end_with_dot": true,
"body_cannot_be_empty": true,
- "body_must_include_verification_steps": true,
- "body_must_include_screenshot": ["html", "css"]
+ "body_must_include_verification_steps": false
},
"issue": {
"subject_cannot_be_empty": true,
"subject_must_be_longer_than": 4,
"subject_must_be_shorter_than": 101,
- "subject_must_be_in_tense": "imperative",
- "subject_must_start_with_case": "upper",
"subject_must_not_end_with_dot": true,
"body_cannot_be_empty": true,
"body_must_include_reproduction_steps": ["bug"],
-
- "label_must_be_set": true
}
}