mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-03 16:14:40 +01:00
Merge pull request #1282 from NormPlum/github-templates
Update bug_report.md
This commit is contained in:
commit
dcb1157365
1 changed files with 20 additions and 16 deletions
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,12 +1,13 @@
|
|||
---
|
||||
name: 🐞 Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
title: '[Bug Report] <title>'
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Please, check the FAQ and Known Problems pages before creating the bug report:
|
||||
|
||||
https://github.com/evilsocket/opensnitch/wiki/FAQs
|
||||
|
@ -17,19 +18,20 @@ https://github.com/evilsocket/opensnitch/wiki/GUI-known-problems
|
|||
Daemon related issues:
|
||||
- Run `opensnitchd -check-requirements` to see if your kernel is compatible.
|
||||
- https://github.com/evilsocket/opensnitch/wiki/daemon-known-problems
|
||||
-->
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
### Describe the bug:
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
Include the following information:
|
||||
- OpenSnitch version.
|
||||
- OpenSnitch version:
|
||||
- OS: [e.g. Debian GNU/Linux, ArchLinux, Slackware, ...]
|
||||
- Version [e.g. Buster, 10.3, 20.04]
|
||||
- OS version: [e.g. Buster, 10.3, 20.04]
|
||||
- Window Manager: [e.g. GNOME Shell, KDE, enlightenment, i3wm, ...]
|
||||
- Kernel version: echo $(uname -a)
|
||||
- Kernel version: [`echo $(uname -a)`]
|
||||
|
||||
**To Reproduce**
|
||||
Describe in detail as much as you can what happened.
|
||||
### To Reproduce:
|
||||
<!-- Describe in detail as much as you can what happened. -->
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
|
@ -37,7 +39,8 @@ Steps to reproduce the behavior:
|
|||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Post error logs:**
|
||||
### Post error logs:
|
||||
<!--
|
||||
If it's a crash of the GUI:
|
||||
- Launch it from a terminal and reproduce the issue.
|
||||
- Post the errors logged to the terminal.
|
||||
|
@ -49,12 +52,13 @@ If the daemon doesn't start or doesn't intercept connections:
|
|||
|
||||
If the deb or rpm packages fail to install:
|
||||
- Install them from a terminal (`$ sudo dpkg -i opensnitch*` / `$ sudo yum install opensnitch*`), and post the errors logged to stdout.
|
||||
-->
|
||||
|
||||
**Expected behavior (optional)**
|
||||
A clear and concise description of what you expected to happen.
|
||||
### Expected behavior (optional):
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots or videos to help explain your problem. It may help to understand the issue much better.
|
||||
### Screenshots:
|
||||
<!-- If applicable, add screenshots or videos to help explain your problem. It may help to understand the issue much better. -->
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
### Additional context:
|
||||
<!-- Add any other context about the problem here. -->
|
||||
|
|
Loading…
Add table
Reference in a new issue