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