From 916d7907941849d0f120f2ba4ae7b0026f90214e Mon Sep 17 00:00:00 2001 From: Claire Date: Sun, 24 Nov 2024 20:44:03 +0100 Subject: [PATCH] Fix issue templates (#2904) --- .github/ISSUE_TEMPLATE/1.web_bug_report.yml | 3 +-- .github/ISSUE_TEMPLATE/2.server_bug_report.yml | 3 +-- .github/ISSUE_TEMPLATE/3.troubleshooting.yml | 3 +-- .github/ISSUE_TEMPLATE/4.feature_request.yml | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.web_bug_report.yml b/.github/ISSUE_TEMPLATE/1.web_bug_report.yml index f897a7d7da..36b18a1287 100644 --- a/.github/ISSUE_TEMPLATE/1.web_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.web_bug_report.yml @@ -1,7 +1,6 @@ name: Bug Report (Web Interface) description: There is a problem using Mastodon's web interface. -labels: ['status/to triage', 'area/web interface'] -type: Bug +labels: [bug, 'status/to triage', 'area/web interface'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/2.server_bug_report.yml b/.github/ISSUE_TEMPLATE/2.server_bug_report.yml index a66f5c1076..0552e985f7 100644 --- a/.github/ISSUE_TEMPLATE/2.server_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2.server_bug_report.yml @@ -1,8 +1,7 @@ name: Bug Report (server / API) description: | There is a problem with the HTTP server, REST API, ActivityPub interaction, etc. -labels: ['status/to triage'] -type: 'Bug' +labels: [bug, 'status/to triage'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/3.troubleshooting.yml b/.github/ISSUE_TEMPLATE/3.troubleshooting.yml index eeb74b160b..7c6914bd7b 100644 --- a/.github/ISSUE_TEMPLATE/3.troubleshooting.yml +++ b/.github/ISSUE_TEMPLATE/3.troubleshooting.yml @@ -1,8 +1,7 @@ name: Deployment troubleshooting description: | You are a server administrator and you are encountering a technical issue during installation, upgrade or operations of Mastodon. -labels: ['status/to triage'] -type: 'Troubleshooting' +labels: [bug, 'status/to triage'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/4.feature_request.yml b/.github/ISSUE_TEMPLATE/4.feature_request.yml index 7146b4f8a3..2cabcf61e0 100644 --- a/.github/ISSUE_TEMPLATE/4.feature_request.yml +++ b/.github/ISSUE_TEMPLATE/4.feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: I have a suggestion -type: Suggestion +labels: [suggestion] body: - type: markdown attributes: