From 081804a786edb718156256c8f9310fb1154f6738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Sat, 20 Nov 2021 12:10:21 -0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + ...t-a-new-appimage-application-to-the-database.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/suggest-a-new-appimage-application-to-the-database.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2246b04f..9b56fc39 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,7 @@ labels: '' assignees: '' --- + **Before opening a new issue** Install the **staging** branch and check if the unexpected behavior is happening there as well. If you are on ArchLinux-based distro, you can install it through AUR (**bauh-staging**). Otherwise, you have diff --git a/.github/ISSUE_TEMPLATE/suggest-a-new-appimage-application-to-the-database.md b/.github/ISSUE_TEMPLATE/suggest-a-new-appimage-application-to-the-database.md new file mode 100644 index 00000000..cf1517c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggest-a-new-appimage-application-to-the-database.md @@ -0,0 +1,14 @@ +--- +name: Suggest a new AppImage application to the database +about: Suggest a new AppImage application to the database +title: "[New AppImage] application_name" +labels: appimage +assignees: '' + +--- + +- Application name: +- Github page: +- Official website (if available): + +`P.S: only application's with a GitHub page can be accepted`