diff --git a/.github/ISSUE_TEMPLATE/admin-request.yml b/.github/ISSUE_TEMPLATE/admin-request.yml index ea88269..6c48f2b 100644 --- a/.github/ISSUE_TEMPLATE/admin-request.yml +++ b/.github/ISSUE_TEMPLATE/admin-request.yml @@ -1,6 +1,7 @@ name: Admin request description: Have a question, concern or request for the admins? labels: ["Admin request"] +title: "📬 [REQUEST] - " assignees: 'django-commons/admins' body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/new-admin.yml b/.github/ISSUE_TEMPLATE/new-admin.yml index a0e52b1..2630b46 100644 --- a/.github/ISSUE_TEMPLATE/new-admin.yml +++ b/.github/ISSUE_TEMPLATE/new-admin.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/new-member.yml b/.github/ISSUE_TEMPLATE/new-member.yml index a8411fa..8b76096 100644 --- a/.github/ISSUE_TEMPLATE/new-member.yml +++ b/.github/ISSUE_TEMPLATE/new-member.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/transfer-project-in.yml b/.github/ISSUE_TEMPLATE/transfer-project-in.yml index b8abb16..cd5756a 100644 --- a/.github/ISSUE_TEMPLATE/transfer-project-in.yml +++ b/.github/ISSUE_TEMPLATE/transfer-project-in.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/transfer-project-out.yml b/.github/ISSUE_TEMPLATE/transfer-project-out.yml index a5bb95f..4c063cc 100644 --- a/.github/ISSUE_TEMPLATE/transfer-project-out.yml +++ b/.github/ISSUE_TEMPLATE/transfer-project-out.yml @@ -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