Sha256: bdca12c42cd95ea5ff990090551bcc950433860d6e776526c7c7386bae0da486
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
{ "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 }, "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 } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gman-7.0.2 | contributing.json |