Update bug_report.md

This commit is contained in:
NormPlum 2025-02-28 04:52:53 +00:00 committed by GitHub
parent 58cb9544e4
commit 1f96fb14dc
Failed to generate hash of commit

View file

@ -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. -->