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 1/4] 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` From 7d27400c8528dbe3fbc7b9b844d6af2e72cf0520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Sat, 20 Nov 2021 12:12:01 -0300 Subject: [PATCH 2/4] Update issue templates --- .../suggest-a-new-appimage-application-to-the-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index cf1517c5..4e6b4460 100644 --- 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 @@ -11,4 +11,4 @@ assignees: '' - Github page: - Official website (if available): -`P.S: only application's with a GitHub page can be accepted` +`P.S: only applications with AppImage releases published to GitHub can be accepted` From 41969d7b68b2b039f62588fb9d18ff4f4a5a7ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Sat, 20 Nov 2021 12:12:54 -0300 Subject: [PATCH 3/4] Update issue templates --- .../suggest-a-new-appimage-application-to-the-database.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 index 4e6b4460..384e0f96 100644 --- 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 @@ -1,6 +1,6 @@ --- name: Suggest a new AppImage application to the database -about: 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: '' @@ -10,5 +10,3 @@ assignees: '' - Application name: - Github page: - Official website (if available): - -`P.S: only applications with AppImage releases published to GitHub can be accepted` From a523cd9f1d49f43269e205a09e44d82e99371251 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Mon, 22 Nov 2021 13:34:01 -0300 Subject: [PATCH 4/4] [README] Updating dependencies text --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)