mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Merge pull request #40 from safing/feature/github-templates
Added first github templates
This commit is contained in:
commit
6ef075d5ab
3 changed files with 84 additions and 0 deletions
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**.
|
15
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
name: Feature Request
|
||||
about: Suggest an enhancement or feature to the Portmaster
|
||||
labels: feature
|
||||
|
||||
---
|
||||
<!--
|
||||
Please only use this template for submitting enhancement requests
|
||||
for the Portmaster service daemon. For UI requests, please refer
|
||||
to the safing/portmaster-ui repository.
|
||||
-->
|
||||
|
||||
**What would you like to be added**:
|
||||
|
||||
**Why is this needed**:
|
16
.github/ISSUE_TEMPLATE/support.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/support.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: Support Request
|
||||
about: Support request or question relating to the Portmaster
|
||||
labels: question
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
STOP -- PLEASE READ!
|
||||
|
||||
GitHub is not the right place for support requests.
|
||||
|
||||
If you're looking for help, please post your question or search our sub-reddit at https://www.reddit.com/r/safing
|
||||
|
||||
If the matter is security related, please disclose it privately to noc@safing.io
|
||||
-->
|
Loading…
Add table
Reference in a new issue