We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614b0a2 commit afeff23Copy full SHA for afeff23
.github/settings.yml
@@ -25,19 +25,19 @@ labels:
25
# Type
26
- name: bug
27
color: '#b60205'
28
- description: Not as expected
+ description: "Not as expected"
29
- name: enhancement
30
color: '#1d76db'
31
- description: Improve the expected
+ description: "Improve the expected"
32
# Flavor
33
- name: question
34
color: "#cc317c"
35
- description: Uncertainty is involved
+ description: "Uncertainty is involved"
36
- name: breaking-change
37
color: "#e99695"
38
- name: good first issue
39
color: '#c2e0c6'
40
- description: Help wanted!
+ description: "Help wanted!"
41
42
branches:
43
- name: main
0 commit comments