Skip to content

Commit 87bf9a3

Browse files
committed
Add titles for the issue templates.
1 parent cdceabd commit 87bf9a3

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/ISSUE_TEMPLATE/admin-request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Admin request
22
description: Have a question, concern or request for the admins?
33
labels: ["Admin request"]
4+
title: "📬 [REQUEST] - <title>"
45
assignees: 'django-commons/admins'
56
body:
67
- type: textarea

.github/ISSUE_TEMPLATE/new-admin.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: New admin
22
description: Apply to be a Django Commons administrator with the following form.
33
labels: ["New admin"]
4+
title: "🏗️ [ADMIN] - <your handle>"
45
assignees: 'django-commons/admins'
56
body:
67
- type: markdown

.github/ISSUE_TEMPLATE/new-member.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: New member
22
description: Become a Django Commons member with the following form.
33
labels: ["New member"]
4+
title: "✋ [MEMBER] - <your handle>"
45
assignees: 'django-commons/admins'
56
body:
67
- type: markdown

.github/ISSUE_TEMPLATE/transfer-project-in.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Transfer project in
22
description: Transfer a project into Django commons with the following form.
33
labels: ["Transfer project in"]
4+
title: "🛬 [INBOUND] - <project>"
45
assignees: 'django-commons/admins'
56
body:
67
- type: markdown

.github/ISSUE_TEMPLATE/transfer-project-out.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Transfer project out
22
description: Transfer a project out of Django Commons.
33
labels: ["Transfer project out"]
4+
title: "🛫 [OUTBOUND] - <project>"
45
assignees: 'django-commons/admins'
56
body:
67
- type: markdown

0 commit comments

Comments
 (0)