Implement review suggestions

This commit is contained in:
Daniel
2021-03-31 16:28:53 +02:00
parent 2605d2a9bc
commit 34ec4cee0b
8 changed files with 63 additions and 137 deletions

View File

@@ -3,30 +3,26 @@
blank_issues_enabled: true # default: true
contact_links:
- name: ":bug: Known Windows Issues"
url: https://docs.safing.io/portmaster/install/windows#known-issues
# - name: "🛠 Create Issue for Portmaster"
# url: https://github.com/safing/portmaster/issues/new/choose
# about: "Create issue related to the main application"
- name: ":bug:/:penguin: Known Linux/Distro/DE Issues"
url: https://docs.safing.io/portmaster/install/linux#compatibility
- name: ":computer: Software Compatibility"
url: https://docs.safing.io/portmaster/install/status/software-compatibility
- name: ":satellite: VPN Compatibility"
url: https://docs.safing.io/portmaster/install/status/vpn-compatibility
- name: User Interface Issues
- name: "🎨 Create Issue for User Interface"
url: https://github.com/safing/portmaster-ui/issues/new/choose
about: Report any issues or feature requests for the Portmaster UI here
about: "Create issue for everything connected to the Portmaster's User Interface"
- name: ":beginner::point_up: How to Contribute"
url: https://docs.safing.io/portmaster/guides/contribute
about: Your contributions will have the highest impact when aligned with Safings current goals and focus.
- name: "📦 Create Issue for Packaging & Installers"
url: https://github.com/safing/portmaster-packaging/issues/new/choose
about: "Create issue for things related to Portmaster's installers, packaging and distribution"
- name: "🤷 Support Requests & Community"
- name: "Contribution Guideline"
url: https://docs.safing.io/portmaster/guides/contribute
about: Learn how to best contribute and make sure your work is aligned with Safings current goals and focus
- name: "Support Requests & Community"
url: https://www.reddit.com/r/safing
about: Ask for support and any questions you might have on reddit.
about: Ask for support and any questions you might have on reddit
- name: "📝 Code of Conduct"
- name: "Code of Conduct"
url: https://github.com/safing/portmaster/blob/develop/CODE_OF_CONDUCT.md
about: Be nice to other community members
about: Be nice to other community members

View File

@@ -1,5 +1,5 @@
---
name: ":bug: Report Bug"
name: "🐞 Report a Bug"
about: Report a bug encountered while using the Portmaster
labels: bug
---

View File

@@ -0,0 +1,35 @@
---
name: "📝 Make a Compatibility Report"
about: Report Portmaster in/compatibility with Linux Distros, VPN Clients or general Software
labels: compatibility
---
**Pre-Submit Checklist**:
- Check applicable sources for existing issues
- [Linux Compatibility](https://docs.safing.io/portmaster/install/linux#compatibility)
- [VPN Compatibility](https://docs.safing.io/portmaster/install/status/vpn-compatibility)
- [Github Issues (all our repos)](https://github.com/issues?q=user%3Asafing)
**Which Linux Distro, VPN Client or General Software is this about?**:
<!-- Please provide name and version. -->
**Does it work? If not, what happened?**
**Debug Information**:
<!--
Paste debug information below if reporting a problem:
- General issue: Click on "Copy Debug Information" on the Settings page.
- App related issue: Click on "Copy Debug Information" in the dropdown menu of an app in the Monitor view.
⚠ Please check the "Unexpected Logs" and "Network Connections" sections in the preview mode for sensitive or otherwise private information and remove them!
If needed, additional logs can be found here:
- Linux: `/var/lib/portmaster/logs`
- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs`
-->

View File

@@ -1,35 +0,0 @@
---
name: ":penguin: Report Linux Distro In/Compatibility"
about: Report if your Linux Distro is compatibe with the Portmaster - or not.
labels: incompatibility, linux-distro
---
**Pre-Submit Checklist**:
- Check [known in/compatibilities](https://docs.safing.io/portmaster/install/linux#compatibility)
- Search for similar/existing issues on Github.
**Which Linux Distro & DE are you using?**:
<!--
Please provide the name and version of your Distro as well as the Desktop Environment.
-->
**Does it work? If not, what happened?**
**Debug Information**:
<!--
Paste debug information below if reporting a problem:
- General issue: Click on "Copy Debug Information" on the Settings page.
- App related issue: Click on "Copy Debug Information" in the dropdown menu of an app in the Monitor view.
⚠ Please check the "Unexpected Logs" and "Network Connections" sections in the preview mode for sensitive or otherwise private information and remove them!
Additional logs can be found here:
- Linux: `/var/lib/portmaster/logs`
- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs`
-->

View File

@@ -1,37 +0,0 @@
---
name: ":computer: Report App/Software Incompatibility"
about: Report problems with using a piece Software alongside of the Portmaster.
labels: incompatibility, software
---
**Pre-Submit Checklist**:
- Check [known incompatibilities](https://docs.safing.io/portmaster/install/linux#compatibility)
- Search for similar/existing issues on Github.
**Which Software is affected?**:
<!--
Please provide Software Name and Version.
-->
**What happened**:
**What did you expect to happen?**:
**Debug Information**:
<!--
Paste debug information below:
Click on "Copy Debug Information" in the dropdown menu of the software in the Monitor view.
⚠ Please check the "Unexpected Logs" and "Network Connections" sections in the preview mode for sensitive or otherwise private information and remove them!
Additional logs can be found here:
- Linux: `/var/lib/portmaster/logs`
- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs`
-->

View File

@@ -1,33 +0,0 @@
---
name: ":satellite: Report VPN In/Compatibility"
about: Report if your VPN is compatibe with the Portmaster - or not.
labels: incompatibility, vpn
---
**Pre-Submit Checklist**:
- Check [known incompatibilities](https://docs.safing.io/portmaster/install/status/vpn-compatibility)
- Search for similar/existing issues on Github.
**Which VPN are you using?**:
<!--
Please provide Software Name and Version.
-->
**Does it work? If not, what happened?**
**Debug Information**:
<!--
Paste debug information below:
Click on "Copy Debug Information" in the dropdown menu of the VPN software in the Monitor view.
⚠ Please check the "Unexpected Logs" and "Network Connections" sections in the preview mode for sensitive or otherwise private information and remove them!
Additional logs can be found here:
- Linux: `/var/lib/portmaster/logs`
- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs`
-->

View File

@@ -1,11 +0,0 @@
---
name: Request a Feature
about: Suggest an enhancement or feature to the Portmaster
labels: feature
---
**What would you like to add or change?**:
**Why do you and others need this?**:

View File

@@ -0,0 +1,11 @@
---
name: "💡 Suggest an Improvement or Feature"
about: Suggest an enhancement or a new feature for the Portmaster
labels: feature
---
**What would you like to add or change?**:
**Why do you and others need this?**: