From af99182016ef2be6aec0f8334926c4b8e91fb75e Mon Sep 17 00:00:00 2001 From: RaptaG <77157639+RaptaG@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:28:45 +0200 Subject: [PATCH] Some suggestions --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- .github/ISSUE_TEMPLATE/new_feature.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 77d6268d..affa19eb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,6 @@ name: 🐛 Bug description: Report a bug or an incorrect behavior +title: "Write the title here" labels: - bug @@ -57,7 +58,7 @@ body: - "GitHub Actions (Nightly Binary)" - "F-Droid (Android)" - "Arch User Repository (AUR)" - - "FlatHub (Flatpak)" + - "Flathub (Flatpak)" - "chocolatey (Windows)" - "WinGet (Windows)" - "Scoop (Windows)" diff --git a/.github/ISSUE_TEMPLATE/new_feature.yml b/.github/ISSUE_TEMPLATE/new_feature.yml index 7268b0fd..1be0220e 100644 --- a/.github/ISSUE_TEMPLATE/new_feature.yml +++ b/.github/ISSUE_TEMPLATE/new_feature.yml @@ -1,5 +1,6 @@ name: ✨ New Feature description: Suggest an idea +title: "Write the title here" labels: - enhancement