forked from omegaup/omegaup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contributing.json
30 lines (30 loc) · 999 Bytes
/
contributing.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"commit": {
"subject_cannot_be_empty": true,
"subject_must_be_longer_than": 1,
"subject_must_be_shorter_than": 1000,
"subject_lines_must_be_shorter_than": 1000,
"subject_must_be_single_line": true,
"subject_must_end_with_dot": false,
"subject_must_not_end_with_dot": true,
"body_lines_must_be_shorter_than": 1000
},
"pull_request": {
"subject_cannot_be_empty": true,
"subject_must_be_longer_than": 4,
"subject_must_be_shorter_than": 1000,
"subject_must_not_end_with_dot": false,
"body_cannot_be_empty": true,
"body_must_include_verification_steps": false,
"body_must_include_github_issue": true,
"body_must_include_screenshot": ["html", "css", "vue", "tpl"]
},
"issue": {
"subject_cannot_be_empty": true,
"subject_must_be_longer_than": 1,
"subject_must_be_shorter_than": 1000,
"subject_must_not_end_with_dot": false,
"body_cannot_be_empty": true,
"body_must_include_reproduction_steps": false
}
}