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..384e0f96 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggest-a-new-appimage-application-to-the-database.md @@ -0,0 +1,12 @@ +--- +name: Suggest a new AppImage application to the database +about: Only applications with AppImage releases published to GitHub can be accepted +title: "[New AppImage] application_name" +labels: appimage +assignees: '' + +--- + +- Application name: +- Github page: +- Official website (if available): diff --git a/README.md b/README.md index 9a424391..98e42ed9 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,9 @@ makepkg -si - `libappindicator-gtk2`: tray-mode (GTK2 desktop environments) - `libappindicator-gtk3`: tray-mode (GTK3 desktop environments) - `wget`, `sqlite`, `fuse2`, `fuse3`: AppImage support -- `flatpak`: Flatpaks support -- `snapd`: Snaps support +- `flatpak`: Flatpak support +- `snapd`: Snap support +- `pacman`: ArchLinux package management support - `python-lxml`, `python-beautifulsoup4`: Web apps support - `python-venv`: [isolated installation](#inst_iso)