mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Merge pull request #267 from safing/feature/update-issue-templates
Update issue templates for new docs site
This commit is contained in:
commit
0951beee3b
6 changed files with 113 additions and 75 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`
|
|
29
.github/ISSUE_TEMPLATE/config.yml
vendored
29
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -2,12 +2,27 @@
|
||||||
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
|
# 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
|
blank_issues_enabled: true # default: true
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: User Interface Issues 💻
|
|
||||||
|
# - name: "🛠 Create Issue for Portmaster"
|
||||||
|
# url: https://github.com/safing/portmaster/issues/new/choose
|
||||||
|
# about: "Create issue related to the main application"
|
||||||
|
|
||||||
|
- name: "🎨 Create Issue for User Interface"
|
||||||
url: https://github.com/safing/portmaster-ui/issues/new/choose
|
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: Support Requests & Community 🤷
|
|
||||||
|
- 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: "Contribution Guideline"
|
||||||
|
url: https://docs.safing.io/portmaster/guides/contribute
|
||||||
|
about: Learn how to best contribute and make sure your work is aligned with Safing’s current goals and focus
|
||||||
|
|
||||||
|
- name: "Support Requests & Community"
|
||||||
url: https://www.reddit.com/r/safing
|
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 📝
|
|
||||||
url: https://github.com/safing/portmaster/blob/develop/CODE_OF_CONDUCT.md
|
- name: "Code of Conduct"
|
||||||
about: Be nice to other community members ❤
|
url: https://docs.safing.io/community/code-of-conduct
|
||||||
|
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**:
|
|
43
.github/ISSUE_TEMPLATE/report-bug.md
vendored
Normal file
43
.github/ISSUE_TEMPLATE/report-bug.md
vendored
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
---
|
||||||
|
name: "🐞 Report a 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 applicable sources for existing issues:
|
||||||
|
- [Windows Known Issues](https://docs.safing.io/portmaster/install/windows#known-issues)
|
||||||
|
- [Linux Known Issues](https://docs.safing.io/portmaster/install/linux#compatibility)
|
||||||
|
- [Github Issues](https://github.com/safing/portmaster/issues?q=is%3Aissue+label%3Abug)
|
||||||
|
|
||||||
|
**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 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:
|
||||||
|
- Linux: `/var/lib/portmaster/logs`
|
||||||
|
- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs`
|
||||||
|
-->
|
35
.github/ISSUE_TEMPLATE/report-compatibility.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/report-compatibility.md
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
name: "📝 Make a Compatibility Report"
|
||||||
|
about: Report Portmaster in/compatibility with Linux Distros, VPN Clients or general Software
|
||||||
|
labels: "in/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](https://github.com/safing/portmaster/issues?q=is%3Aissue+label%3Ain%2Fcompatibility)
|
||||||
|
|
||||||
|
**What worked?**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**What did not work?**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**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 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:
|
||||||
|
- Linux: `/var/lib/portmaster/logs`
|
||||||
|
- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs`
|
||||||
|
-->
|
13
.github/ISSUE_TEMPLATE/suggest-feature.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/suggest-feature.md
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
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?**:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue