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