From 34ec4cee0b71060c5b0a11719b1c974183cc9815 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 31 Mar 2021 16:28:53 +0200 Subject: [PATCH] Implement review suggestions --- .github/ISSUE_TEMPLATE/config.yml | 36 ++++++++---------- .github/ISSUE_TEMPLATE/report-bug.md | 2 +- .../ISSUE_TEMPLATE/report-compatibility.md | 35 ++++++++++++++++++ .../report-linux-distro-incompat.md | 35 ------------------ .../report-software-incompat.md | 37 ------------------- .github/ISSUE_TEMPLATE/report-vpn-incompat.md | 33 ----------------- .github/ISSUE_TEMPLATE/request-feature.md | 11 ------ .github/ISSUE_TEMPLATE/suggest-feature.md | 11 ++++++ 8 files changed, 63 insertions(+), 137 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/report-compatibility.md delete mode 100644 .github/ISSUE_TEMPLATE/report-linux-distro-incompat.md delete mode 100644 .github/ISSUE_TEMPLATE/report-software-incompat.md delete mode 100644 .github/ISSUE_TEMPLATE/report-vpn-incompat.md delete mode 100644 .github/ISSUE_TEMPLATE/request-feature.md create mode 100644 .github/ISSUE_TEMPLATE/suggest-feature.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cdad0fc0..7c4c783d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 Safing’s 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 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. + 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 diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md index f147703e..feb873eb 100644 --- a/.github/ISSUE_TEMPLATE/report-bug.md +++ b/.github/ISSUE_TEMPLATE/report-bug.md @@ -1,5 +1,5 @@ --- -name: ":bug: Report Bug" +name: "🐞 Report a Bug" about: Report a bug encountered while using the Portmaster labels: bug --- diff --git a/.github/ISSUE_TEMPLATE/report-compatibility.md b/.github/ISSUE_TEMPLATE/report-compatibility.md new file mode 100644 index 00000000..1a273906 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-compatibility.md @@ -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?**: + + + + +**Does it work? If not, what happened?** + + + +**Debug Information**: + + diff --git a/.github/ISSUE_TEMPLATE/report-linux-distro-incompat.md b/.github/ISSUE_TEMPLATE/report-linux-distro-incompat.md deleted file mode 100644 index 00bf93a6..00000000 --- a/.github/ISSUE_TEMPLATE/report-linux-distro-incompat.md +++ /dev/null @@ -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?**: - - - - -**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 deleted file mode 100644 index 866edb4e..00000000 --- a/.github/ISSUE_TEMPLATE/report-software-incompat.md +++ /dev/null @@ -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?**: - - - -**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 deleted file mode 100644 index 257b6d14..00000000 --- a/.github/ISSUE_TEMPLATE/report-vpn-incompat.md +++ /dev/null @@ -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?**: - - - -**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 deleted file mode 100644 index ee01559b..00000000 --- a/.github/ISSUE_TEMPLATE/request-feature.md +++ /dev/null @@ -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?**: diff --git a/.github/ISSUE_TEMPLATE/suggest-feature.md b/.github/ISSUE_TEMPLATE/suggest-feature.md new file mode 100644 index 00000000..cd19abb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggest-feature.md @@ -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?**: