11---
22name : 🐞 Bug report
33about : Create a report to help us improve
4- title : ' '
5- labels : ' '
4+ title : ' [Bug Report] <title> '
5+ labels : ' bug '
66assignees : ' '
77
88---
99
10+ <!--
1011Please, check the FAQ and Known Problems pages before creating the bug report:
1112
1213https://github.com/evilsocket/opensnitch/wiki/FAQs
@@ -17,27 +18,29 @@ https://github.com/evilsocket/opensnitch/wiki/GUI-known-problems
1718Daemon 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
2426Include 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
3436Steps to reproduce the behavior:
35371 . Go to '...'
36382 . Click on '....'
37393 . Scroll down to '....'
38404 . See error
3941
40- ** Post error logs:**
42+ ### Post error logs:
43+ <!--
4144If 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
5053If 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