Skip to content

Commit

Permalink
Add titles for the issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed May 18, 2024
1 parent cdceabd commit 87bf9a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/admin-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Admin request
description: Have a question, concern or request for the admins?
labels: ["Admin request"]
title: "📬 [REQUEST] - <title>"
assignees: 'django-commons/admins'
body:
- type: textarea
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/new-admin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: New admin
description: Apply to be a Django Commons administrator with the following form.
labels: ["New admin"]
title: "🏗️ [ADMIN] - <your handle>"
assignees: 'django-commons/admins'
body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/new-member.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: New member
description: Become a Django Commons member with the following form.
labels: ["New member"]
title: "✋ [MEMBER] - <your handle>"
assignees: 'django-commons/admins'
body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/transfer-project-in.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Transfer project in
description: Transfer a project into Django commons with the following form.
labels: ["Transfer project in"]
title: "🛬 [INBOUND] - <project>"
assignees: 'django-commons/admins'
body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/transfer-project-out.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Transfer project out
description: Transfer a project out of Django Commons.
labels: ["Transfer project out"]
title: "🛫 [OUTBOUND] - <project>"
assignees: 'django-commons/admins'
body:
- type: markdown
Expand Down

0 comments on commit 87bf9a3

Please sign in to comment.