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`