Skip to content

Commit 1f96fb1

Browse files
authored
Update bug_report.md
1 parent 58cb954 commit 1f96fb1

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed
Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
name: 🐞 Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
4+
title: '[Bug Report] <title>'
5+
labels: 'bug'
66
assignees: ''
77

88
---
99

10+
<!--
1011
Please, check the FAQ and Known Problems pages before creating the bug report:
1112
1213
https://github.com/evilsocket/opensnitch/wiki/FAQs
@@ -17,27 +18,29 @@ https://github.com/evilsocket/opensnitch/wiki/GUI-known-problems
1718
Daemon related issues:
1819
- Run `opensnitchd -check-requirements` to see if your kernel is compatible.
1920
- https://github.com/evilsocket/opensnitch/wiki/daemon-known-problems
21+
-->
2022

21-
**Describe the bug**
22-
A clear and concise description of what the bug is.
23+
### Describe the bug:
24+
<!-- A clear and concise description of what the bug is. -->
2325

2426
Include the following information:
25-
- OpenSnitch version.
27+
- OpenSnitch version:
2628
- OS: [e.g. Debian GNU/Linux, ArchLinux, Slackware, ...]
27-
- Version [e.g. Buster, 10.3, 20.04]
29+
- OS version: [e.g. Buster, 10.3, 20.04]
2830
- Window Manager: [e.g. GNOME Shell, KDE, enlightenment, i3wm, ...]
29-
- Kernel version: echo $(uname -a)
31+
- Kernel version: [`echo $(uname -a)`]
3032

31-
**To Reproduce**
32-
Describe in detail as much as you can what happened.
33+
### To Reproduce:
34+
<!-- Describe in detail as much as you can what happened. -->
3335

3436
Steps to reproduce the behavior:
3537
1. Go to '...'
3638
2. Click on '....'
3739
3. Scroll down to '....'
3840
4. See error
3941

40-
**Post error logs:**
42+
### Post error logs:
43+
<!--
4144
If it's a crash of the GUI:
4245
- Launch it from a terminal and reproduce the issue.
4346
- Post the errors logged to the terminal.
@@ -49,12 +52,13 @@ If the daemon doesn't start or doesn't intercept connections:
4952
5053
If the deb or rpm packages fail to install:
5154
- Install them from a terminal (`$ sudo dpkg -i opensnitch*` / `$ sudo yum install opensnitch*`), and post the errors logged to stdout.
55+
-->
5256

53-
**Expected behavior (optional)**
54-
A clear and concise description of what you expected to happen.
57+
### Expected behavior (optional):
58+
<!-- A clear and concise description of what you expected to happen. -->
5559

56-
**Screenshots**
57-
If applicable, add screenshots or videos to help explain your problem. It may help to understand the issue much better.
60+
### Screenshots:
61+
<!-- If applicable, add screenshots or videos to help explain your problem. It may help to understand the issue much better. -->
5862

59-
**Additional context**
60-
Add any other context about the problem here.
63+
### Additional context:
64+
<!-- Add any other context about the problem here. -->

0 commit comments

Comments
 (0)