Added first github templates
This commit is contained in:
53
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
53
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
---
|
||||
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 noc@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>`portmaster-control --version`</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 (Typically at `/opt/portmaster/logs`) and ensure to **remove sensitive or otherwise private information**.
|
||||
Reference in New Issue
Block a user