Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from gitmagic-bot/master
Browse files Browse the repository at this point in the history
Add contributing.json (GitMagic)
  • Loading branch information
petems committed Apr 21, 2016
2 parents 7098ad5 + 8cafd5b commit 93b7b9f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions contributing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"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
},
"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": true
}
}

0 comments on commit 93b7b9f

Please sign in to comment.