mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +00:00
Implement review suggestions
This commit is contained in:
parent
34ec4cee0b
commit
49f1c59626
4 changed files with 16 additions and 13 deletions
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -24,5 +24,5 @@ contact_links:
|
||||||
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
|
url: https://docs.safing.io/community/code-of-conduct
|
||||||
about: Be nice to other community members
|
about: Be nice to other community members
|
||||||
|
|
11
.github/ISSUE_TEMPLATE/report-bug.md
vendored
11
.github/ISSUE_TEMPLATE/report-bug.md
vendored
|
@ -10,10 +10,10 @@ Please disclose security related issues privately to support@safing.io.
|
||||||
|
|
||||||
**Pre-Submit Checklist**:
|
**Pre-Submit Checklist**:
|
||||||
|
|
||||||
- Check known issues:
|
- Check applicable sources for existing issues:
|
||||||
- [Windows](https://docs.safing.io/portmaster/install/windows#known-issues)
|
- [Windows Known Issues](https://docs.safing.io/portmaster/install/windows#known-issues)
|
||||||
- [Linux](https://docs.safing.io/portmaster/install/linux#compatibility)
|
- [Linux Known Issues](https://docs.safing.io/portmaster/install/linux#compatibility)
|
||||||
- Search for similar/existing issues on Github.
|
- [Github Issues](../issues?q=is%3Aissue+label%3Abug)
|
||||||
|
|
||||||
**What happened**:
|
**What happened**:
|
||||||
|
|
||||||
|
@ -34,7 +34,8 @@ Paste debug information below:
|
||||||
- General issue: Click on "Copy Debug Information" on the Settings page.
|
- 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.
|
- 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!
|
⚠ Please remove sensitive/private information from the "Unexpected Logs" and "Network Connections" sections.
|
||||||
|
This is easiest to do in the preview mode.
|
||||||
|
|
||||||
Additional logs can be found here:
|
Additional logs can be found here:
|
||||||
- Linux: `/var/lib/portmaster/logs`
|
- Linux: `/var/lib/portmaster/logs`
|
||||||
|
|
14
.github/ISSUE_TEMPLATE/report-compatibility.md
vendored
14
.github/ISSUE_TEMPLATE/report-compatibility.md
vendored
|
@ -6,17 +6,16 @@ labels: compatibility
|
||||||
|
|
||||||
**Pre-Submit Checklist**:
|
**Pre-Submit Checklist**:
|
||||||
|
|
||||||
- Check applicable sources for existing issues
|
- Check applicable sources for existing issues:
|
||||||
- [Linux Compatibility](https://docs.safing.io/portmaster/install/linux#compatibility)
|
- [Linux Compatibility](https://docs.safing.io/portmaster/install/linux#compatibility)
|
||||||
- [VPN Compatibility](https://docs.safing.io/portmaster/install/status/vpn-compatibility)
|
- [VPN Compatibility](https://docs.safing.io/portmaster/install/status/vpn-compatibility)
|
||||||
- [Github Issues (all our repos)](https://github.com/issues?q=user%3Asafing)
|
- [Github Issues](../issues?q=is%3Aissue+label%3Ain%2Fcompatibility)
|
||||||
|
|
||||||
**Which Linux Distro, VPN Client or General Software is this about?**:
|
**What worked?**
|
||||||
|
|
||||||
<!-- Please provide name and version. -->
|
|
||||||
|
|
||||||
|
|
||||||
**Does it work? If not, what happened?**
|
|
||||||
|
**What did not work?**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,7 +26,8 @@ Paste debug information below if reporting a problem:
|
||||||
- General issue: Click on "Copy Debug Information" on the Settings page.
|
- 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.
|
- 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!
|
⚠ Please remove sensitive/private information from the "Unexpected Logs" and "Network Connections" sections.
|
||||||
|
This is easiest to do in the preview mode.
|
||||||
|
|
||||||
If needed, additional logs can be found here:
|
If needed, additional logs can be found here:
|
||||||
- Linux: `/var/lib/portmaster/logs`
|
- Linux: `/var/lib/portmaster/logs`
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/suggest-feature.md
vendored
2
.github/ISSUE_TEMPLATE/suggest-feature.md
vendored
|
@ -9,3 +9,5 @@ labels: feature
|
||||||
|
|
||||||
|
|
||||||
**Why do you and others need this?**:
|
**Why do you and others need this?**:
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue