-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.yml
More file actions
62 lines (59 loc) · 1.91 KB
/
settings.yml
File metadata and controls
62 lines (59 loc) · 1.91 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Labels: define labels for Issues and Pull Requests
labels:
# type
- name: 'type: bug'
description: 'App is not working correctly.'
color: 'fbca04'
- name: 'type: discussion'
description: 'Discussing usage, best practices, questions, etc.'
color: 'e99695'
- name: 'type: documentation'
description: 'Related to improving documentation and the wiki.'
color: '6addf7'
- name: 'type: security'
description: 'Questions, concerns, or suggestions for improving the security of the app.'
color: '1d76db'
- name: 'type: enhancement'
description: 'A new feature suggestion or improvement upon an existing feature.'
color: '84b6eb'
- name: 'type: maintenance'
color: 'fbca04'
- name: 'type: question'
color: 'cc317c'
- name: 'type: feature'
color: '1d76db'
#status
- name: 'status: in progress️'
description: 'Currently being developed for a future release.'
color: 'cccccc'
- name: 'status: on hold'
description: 'Work has stopped. There may be one or more blockers or needs more information.'
color: 'e11d21'
- name: 'status: abandoned'
color: '000000'
- name: 'status: accepted'
color: '009800'
- name: 'status: available'
color: 'bfe5bf'
- name: 'status: blocked'
color: 'e11d21'
- name: 'status: completed'
description: 'This has been addressed in a branch and will be scheduled for release in the assigned milestone.'
color: '006b75'
- name: 'status: pending'
color: 'fef2c0'
- name: 'status: review needed'
color: 'fbca04'
# priority
- name: 'priority: critical'
description: 'Critical priority, needs immediate response'
color: 'e11d21'
- name: 'priority: high'
description: 'High priority, needs immediate response'
color: 'eb6420'
- name: 'priority: medium'
description: 'Medium priority'
color: 'fbca04'
- name: 'priority: low'
description: 'Low priority'
color: '009800'