From b7cf838e482e7699a2574e7a26f96fbf25199267 Mon Sep 17 00:00:00 2001 From: Patrick Pacher Date: Tue, 21 Apr 2020 10:52:14 +0200 Subject: [PATCH] Added first github templates --- .github/ISSUE_TEMPLATE/bug-report.md | 53 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 15 ++++++++ .github/ISSUE_TEMPLATE/support.md | 16 +++++++++ 3 files changed, 84 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..d9d40cae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,53 @@ +--- +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: + +
+ `portmaster-control --version` + +
+ +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 (Typically at `/opt/portmaster/logs`) and ensure to **remove sensitive or otherwise private information**. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..87f04413 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,15 @@ +--- +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/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 00000000..277cdaeb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,16 @@ +--- +name: Support Request +about: Support request or question relating to the Portmaster +labels: question + +--- + + \ No newline at end of file