From 00b62d7cd9a313f7e1c221fe1f55531da98eede6 Mon Sep 17 00:00:00 2001 From: Luck Date: Fri, 22 Oct 2021 20:01:46 +0100 Subject: [PATCH] Edit issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- .github/ISSUE_TEMPLATE/suggestion.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3f889819e..1f927aff7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ -name: Bug Report +name: 🐛 ​ Bug report description: Report an issue or problem with the way LuckPerms is functioning. -title: "Bug Report: " +title: "" labels: ["type: issue"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index 134879596..d23f844e4 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -1,6 +1,6 @@ -name: Suggestion +name: 💡 ​ Suggestion description: Suggest an idea for an improvement or change to LuckPerms. -title: "Suggestion: " +title: "" labels: ["type: suggestion"] body: - type: markdown