mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Update issue templates for new docs site
This commit is contained in:
parent
a305c4e81c
commit
2605d2a9bc
8 changed files with 180 additions and 71 deletions
53
.github/ISSUE_TEMPLATE/bug-report.md
vendored
53
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
@ -1,53 +0,0 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Report a bug encountered while using the Portmaster
|
||||
labels: bug
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Please use this template when reporting a bug and provide as much info as possible.
|
||||
Not doing so may cause the bug to receive lower priority.
|
||||
You can remove any sections from this template that does not fit your issue.
|
||||
|
||||
Note that this repository is for the Portmaster service daemon, if you want to report
|
||||
a UI issue please report it at https://github.com/safing/portmaster-ui/issues/new
|
||||
|
||||
Thank you!
|
||||
|
||||
For security related reports, please disclose it privately to support@safing.io.
|
||||
-->
|
||||
|
||||
**Checklist**:
|
||||
|
||||
- [ ] I'm using the official portmaster release (i.e no custom builds)
|
||||
- [ ] I searched for similar/existing issues first.
|
||||
- [ ] My issue is not mentioned in the Known Issues section of my [OS](https://github.com/safing/portmaster/wiki)
|
||||
|
||||
**What happened**:
|
||||
|
||||
**What you expected to happen**:
|
||||
|
||||
**How to reproduce it (as minimally and precisely as possible)**:
|
||||
|
||||
**Anything else we need to know?**:
|
||||
|
||||
**Environment**:
|
||||
|
||||
Portmaster Version:
|
||||
|
||||
<details>
|
||||
<summary>Versions from the `About` page in Portmaster's UI</summary>
|
||||
<!-- Copy output here -->
|
||||
</details>
|
||||
|
||||
Operating System:
|
||||
- [ ] Windows 7
|
||||
- [ ] Windows 8/8.1
|
||||
- [ ] Windows 10
|
||||
- [ ] Linux
|
||||
- Please provide the output of `cat /etc/os-release`
|
||||
|
||||
If applicable you can provide related sections from the log files and ensure to **remove sensitive or otherwise private information**.
|
||||
- Linux: `/var/lib/portmaster/logs`
|
||||
- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs`
|
25
.github/ISSUE_TEMPLATE/config.yml
vendored
25
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -2,12 +2,31 @@
|
|||
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
|
||||
blank_issues_enabled: true # default: true
|
||||
contact_links:
|
||||
- name: User Interface Issues 💻
|
||||
|
||||
- name: ":bug: Known Windows Issues"
|
||||
url: https://docs.safing.io/portmaster/install/windows#known-issues
|
||||
|
||||
- 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
|
||||
url: https://github.com/safing/portmaster-ui/issues/new/choose
|
||||
about: Report any issues or feature requests for the Portmaster UI here
|
||||
- name: Support Requests & Community 🤷
|
||||
|
||||
- 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 Safing’s 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.
|
||||
- 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 ❤
|
||||
|
|
15
.github/ISSUE_TEMPLATE/feature.md
vendored
15
.github/ISSUE_TEMPLATE/feature.md
vendored
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
name: Feature Request
|
||||
about: Suggest an enhancement or feature to the Portmaster
|
||||
labels: feature
|
||||
|
||||
---
|
||||
<!--
|
||||
Please only use this template for submitting enhancement requests
|
||||
for the Portmaster service daemon. For UI requests, please refer
|
||||
to the safing/portmaster-ui repository.
|
||||
-->
|
||||
|
||||
**What would you like to be added**:
|
||||
|
||||
**Why is this needed**:
|
42
.github/ISSUE_TEMPLATE/report-bug.md
vendored
Normal file
42
.github/ISSUE_TEMPLATE/report-bug.md
vendored
Normal file
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
name: ":bug: Report Bug"
|
||||
about: Report a bug encountered while using the Portmaster
|
||||
labels: bug
|
||||
---
|
||||
|
||||
<!--
|
||||
Please disclose security related issues privately to support@safing.io.
|
||||
-->
|
||||
|
||||
**Pre-Submit Checklist**:
|
||||
|
||||
- Check known issues:
|
||||
- [Windows](https://docs.safing.io/portmaster/install/windows#known-issues)
|
||||
- [Linux](https://docs.safing.io/portmaster/install/linux#compatibility)
|
||||
- Search for similar/existing issues on Github.
|
||||
|
||||
**What happened**:
|
||||
|
||||
|
||||
|
||||
**What did you expect to happen?**:
|
||||
|
||||
|
||||
|
||||
**How did you reproduce it?**:
|
||||
|
||||
|
||||
|
||||
**Debug Information**:
|
||||
|
||||
<!--
|
||||
Paste debug information below:
|
||||
- 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`
|
||||
-->
|
35
.github/ISSUE_TEMPLATE/report-linux-distro-incompat.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/report-linux-distro-incompat.md
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
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`
|
||||
-->
|
37
.github/ISSUE_TEMPLATE/report-software-incompat.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/report-software-incompat.md
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
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`
|
||||
-->
|
33
.github/ISSUE_TEMPLATE/report-vpn-incompat.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/report-vpn-incompat.md
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
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`
|
||||
-->
|
11
.github/ISSUE_TEMPLATE/request-feature.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/request-feature.md
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
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?**:
|
Loading…
Add table
Reference in a new issue