Skip to content

Commit a6ebeb8

Browse files
authored
Merge pull request #27 from django/update-labels
Add more labels for categorizing ideas
2 parents 47952cf + 6cc1825 commit a6ebeb8

File tree

1 file changed

+23
-100
lines changed

1 file changed

+23
-100
lines changed

.github/labels.yml

Lines changed: 23 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,23 @@
1-
- name: "component / contrib.admin"
2-
color: "5319E7"
3-
- name: "component / contrib.admindocs"
4-
color: "5319E7"
5-
- name: "component / contrib.auth"
6-
color: "5319E7"
7-
- name: "component / contrib.contenttypes"
8-
color: "5319E7"
9-
- name: "component / contrib.flatpages"
10-
color: "5319E7"
11-
- name: "component / contrib.humanize"
12-
color: "5319E7"
13-
- name: "component / contrib.messages"
14-
color: "5319E7"
15-
- name: "component / contrib.postgres"
16-
color: "5319E7"
17-
- name: "component / contrib.redirects"
18-
color: "5319E7"
19-
- name: "component / contrib.sessions"
20-
color: "5319E7"
21-
- name: "component / contrib.sitemaps"
22-
color: "5319E7"
23-
- name: "component / contrib.sites"
24-
color: "5319E7"
25-
- name: "component / contrib.staticfiles"
26-
color: "5319E7"
27-
- name: "component / contrib.syndication"
28-
color: "5319E7"
29-
- name: "component / Core (Cache system)"
30-
color: "5319E7"
31-
- name: "component / Core (Mail)"
32-
color: "5319E7"
33-
- name: "component / Core (Management commands)"
34-
color: "5319E7"
35-
- name: "component / Core (Other)"
36-
color: "5319E7"
37-
- name: "component / Core (Serialization)"
38-
color: "5319E7"
39-
- name: "component / Core (System checks)"
40-
color: "5319E7"
41-
- name: "component / Core (URLs)"
42-
color: "5319E7"
43-
- name: "component / CSRF"
44-
color: "5319E7"
45-
- name: "component / Database layer (models, ORM)"
46-
color: "5319E7"
47-
- name: "component / Documentation"
48-
color: "5319E7"
49-
- name: "component / Error reporting"
50-
color: "5319E7"
51-
- name: "component / File uploads/storage"
52-
color: "5319E7"
53-
- name: "component / Forms"
54-
color: "5319E7"
55-
- name: "component / Generic views"
56-
color: "5319E7"
57-
- name: "component / GIS"
58-
color: "5319E7"
59-
- name: "component / HTTP handling"
60-
color: "5319E7"
61-
- name: "component / Internationalization"
62-
color: "5319E7"
63-
- name: "component / Migrations"
64-
color: "5319E7"
65-
- name: "component / Packaging"
66-
color: "5319E7"
67-
- name: "component / Template system"
68-
color: "5319E7"
69-
- name: "component / Testing framework"
70-
color: "5319E7"
71-
- name: "component / Utilities"
72-
color: "5319E7"
73-
- name: "size / small"
74-
color: "C2E0C6"
75-
- name: "size / medium"
76-
color: "C2E0C6"
77-
- name: "size / large"
78-
color: "C2E0C6"
79-
- name: "phase / new"
80-
color: "FBCA04"
81-
- name: "phase / is there community support"
82-
color: "FBCA04"
83-
- name: "phase / is this expected in core"
84-
color: "FBCA04"
85-
- name: "phase / third-party package"
86-
color: "FBCA04"
87-
- name: "phase / needs community DEP"
88-
color: "FBCA04"
89-
- name: "phase / wontfix"
90-
color: "FBCA04"
91-
- name: "phase / needs SC DEP"
92-
color: "FBCA04"
93-
- name: "phase / implementation"
94-
color: "FBCA04"
95-
- name: "type / commercial"
96-
color: "9F2EEB"
97-
- name: "type / feature"
98-
color: "9F2EEB"
99-
- name: "type / merge-package"
100-
color: "9F2EEB"
1+
- name: "Django Core"
2+
color: "3FBE38"
3+
description: "This idea is suitable for inclusion in Django itself"
4+
- name: "Third Party Package"
5+
color: "2898D8"
6+
description: "This idea is suitable for the third party package ecosystem"
7+
- name: "Admin"
8+
- name: "Async"
9+
- name: "Authentication/Users"
10+
- name: "Contributing to Django"
11+
- name: "Documentation"
12+
- name: "Frontend/JavaScript"
13+
- name: "Forms"
14+
- name: "GeoDjango"
15+
- name: "Internationalization"
16+
- name: "Middleware"
17+
- name: "Migrations"
18+
- name: "Models/ORM"
19+
- name: "Rest APIs"
20+
- name: "Templates"
21+
- name: "Testing"
22+
- name: "URLs"
23+
- name: "Views"

0 commit comments

Comments
 (0)