diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 504467f2..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -name: Bug Report -about: Report a bug encountered while using the Portmaster -labels: bug - ---- - - - -**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: - -
- Versions from the `About` page in Portmaster's UI - -
- -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` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4ab1dc2b..cdad0fc0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 ❤ diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md deleted file mode 100644 index 87f04413..00000000 --- a/.github/ISSUE_TEMPLATE/feature.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Feature Request -about: Suggest an enhancement or feature to the Portmaster -labels: feature - ---- - - -**What would you like to be added**: - -**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md new file mode 100644 index 00000000..f147703e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-bug.md @@ -0,0 +1,42 @@ +--- +name: ":bug: Report Bug" +about: Report a bug encountered while using the Portmaster +labels: bug +--- + + + +**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**: + + diff --git a/.github/ISSUE_TEMPLATE/report-linux-distro-incompat.md b/.github/ISSUE_TEMPLATE/report-linux-distro-incompat.md new file mode 100644 index 00000000..00bf93a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-linux-distro-incompat.md @@ -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?**: + + + + +**Does it work? If not, what happened?** + + + +**Debug Information**: + + diff --git a/.github/ISSUE_TEMPLATE/report-software-incompat.md b/.github/ISSUE_TEMPLATE/report-software-incompat.md new file mode 100644 index 00000000..866edb4e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-software-incompat.md @@ -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?**: + + + +**What happened**: + + + +**What did you expect to happen?**: + + + +**Debug Information**: + + diff --git a/.github/ISSUE_TEMPLATE/report-vpn-incompat.md b/.github/ISSUE_TEMPLATE/report-vpn-incompat.md new file mode 100644 index 00000000..257b6d14 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-vpn-incompat.md @@ -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?**: + + + +**Does it work? If not, what happened?** + + + +**Debug Information**: + + diff --git a/.github/ISSUE_TEMPLATE/request-feature.md b/.github/ISSUE_TEMPLATE/request-feature.md new file mode 100644 index 00000000..ee01559b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-feature.md @@ -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?**: