mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 21:14:15 +02:00
Merge branch 'master' into staging
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -6,6 +6,7 @@ labels: ''
|
|||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Before opening a new issue**
|
**Before opening a new issue**
|
||||||
Install the **staging** branch and check if the unexpected behavior is happening there as well.
|
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
|
If you are on ArchLinux-based distro, you can install it through AUR (**bauh-staging**). Otherwise, you have
|
||||||
|
|||||||
12
.github/ISSUE_TEMPLATE/suggest-a-new-appimage-application-to-the-database.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/suggest-a-new-appimage-application-to-the-database.md
vendored
Normal file
@@ -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):
|
||||||
@@ -111,8 +111,9 @@ makepkg -si
|
|||||||
- `libappindicator-gtk2`: tray-mode (GTK2 desktop environments)
|
- `libappindicator-gtk2`: tray-mode (GTK2 desktop environments)
|
||||||
- `libappindicator-gtk3`: tray-mode (GTK3 desktop environments)
|
- `libappindicator-gtk3`: tray-mode (GTK3 desktop environments)
|
||||||
- `wget`, `sqlite`, `fuse2`, `fuse3`: AppImage support
|
- `wget`, `sqlite`, `fuse2`, `fuse3`: AppImage support
|
||||||
- `flatpak`: Flatpaks support
|
- `flatpak`: Flatpak support
|
||||||
- `snapd`: Snaps support
|
- `snapd`: Snap support
|
||||||
|
- `pacman`: ArchLinux package management support
|
||||||
- `python-lxml`, `python-beautifulsoup4`: Web apps support
|
- `python-lxml`, `python-beautifulsoup4`: Web apps support
|
||||||
- `python-venv`: [isolated installation](#inst_iso)
|
- `python-venv`: [isolated installation](#inst_iso)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user