From 0eeb66f281017170044f020cbe1589fd0031032b Mon Sep 17 00:00:00 2001 From: RoderickB <13252390+webtonize@users.noreply.github.com> Date: Sun, 26 Mar 2023 19:59:36 +0200 Subject: [PATCH] Update issue default labels and subjects (#21) --- .github/ISSUE_TEMPLATE/1-bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/2-docs-bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/3-feature-request.md | 4 ++-- .github/ISSUE_TEMPLATE/4-question-support.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 9a29d56..18ad1b5 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -1,8 +1,8 @@ --- name: "🐞 Bug Report" about: "Report an issue to help the project improve." -title: "[Bug] " -labels: "Type: Bug" +title: "Bug: " +labels: ["bug"] assignees: webtonize --- diff --git a/.github/ISSUE_TEMPLATE/2-docs-bug-report.md b/.github/ISSUE_TEMPLATE/2-docs-bug-report.md index a518620..1ebff2a 100644 --- a/.github/ISSUE_TEMPLATE/2-docs-bug-report.md +++ b/.github/ISSUE_TEMPLATE/2-docs-bug-report.md @@ -1,8 +1,8 @@ --- name: "📚 Documentation or README.md issue report" about: "Report an issue in the project's documentation or README.md file." -title: "" -labels: "Documentation" +title: "Docs issue: " +labels: ["documentation","bug"] assignees: webtonize --- diff --git a/.github/ISSUE_TEMPLATE/3-feature-request.md b/.github/ISSUE_TEMPLATE/3-feature-request.md index 4a2dbe8..69eeb02 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-request.md +++ b/.github/ISSUE_TEMPLATE/3-feature-request.md @@ -1,8 +1,8 @@ --- name: "🚀🆕 Feature Request" about: "Suggest an idea or possible new feature for this project." -title: "" -labels: "Type: Feature" +title: "Feature: " +labels: ["enhancement"] assignees: webtonize --- diff --git a/.github/ISSUE_TEMPLATE/4-question-support.md b/.github/ISSUE_TEMPLATE/4-question-support.md index d7fd1db..ab13b4f 100644 --- a/.github/ISSUE_TEMPLATE/4-question-support.md +++ b/.github/ISSUE_TEMPLATE/4-question-support.md @@ -1,8 +1,8 @@ --- name: "❓ Question or Support Request" about: "Questions and requests for support." -title: "" -labels: "Type: Question" +title: "Support question:" +labels: ["question"] assignees: webtonize ---