contributing.json
// https://gitmagic.io/rules { "commit": { "subject_cannot_be_empty": true, "subject_must_be_longer_than": 4 }, "pull_request": { "subject_cannot_be_empty": true, "subject_must_be_longer_than": 4, "subject_must_be_shorter_than": 101 }, "issue": { "subject_cannot_be_empty": true, "subject_must_be_longer_than": 4, "subject_must_be_shorter_than": 101 } } |