Skip to content

Commit 7237ffa

Browse files
authored
Create labels.yml
1 parent e29a568 commit 7237ffa

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.github/labels.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
# Default GitHub labels
3+
- color: d73a4a
4+
name: bug
5+
description: Something isn't working
6+
- color: cfd3d7
7+
name: duplicate
8+
description: This issue or pull request already exists
9+
- color: a2eeef
10+
name: enhancement
11+
description: New feature or request
12+
- color: 7057ff
13+
name: good first issue
14+
description: Good for newcomers
15+
- color: 008672
16+
name: help wanted
17+
description: Extra attention is needed
18+
- color: e4e669
19+
name: invalid
20+
description: This doesn't seem right
21+
- color: d876e3
22+
name: question
23+
description: Further information is requested
24+
- color: ffffff
25+
name: wontfix
26+
description: This will not be worked on
27+
28+
# Labels specific to cloudalchemy
29+
- color: 0366d6
30+
name: area/docs
31+
description: Improvements or additions to documentation
32+
- color: 0366d6
33+
name: area/tests
34+
description: Everything related to molecule tests and linters
35+
- color: 0366d6
36+
name: area/automation
37+
description: Bots, bots everywhere
38+
- color: 0366d6
39+
name: area/vars
40+
description: Ansible variables used in role
41+
- color: 0366d6
42+
name: area/tasks
43+
description: Logic behind ansible role
44+
- color: 0366d6
45+
name: area/jinja
46+
description: Templates

0 commit comments

Comments
 (0)