Merge pull request #1282 from NormPlum/github-templates

Update bug_report.md
This commit is contained in:
Gustavo Iñiguez Goia 2025-02-28 13:42:39 +01:00 committed by GitHub
commit dcb1157365
Failed to generate hash of commit

View file

@ -1,12 +1,13 @@
--- ---
name: 🐞 Bug report name: 🐞 Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: '[Bug Report] <title>'
labels: '' labels: 'bug'
assignees: '' assignees: ''
--- ---
<!--
Please, check the FAQ and Known Problems pages before creating the bug report: Please, check the FAQ and Known Problems pages before creating the bug report:
https://github.com/evilsocket/opensnitch/wiki/FAQs https://github.com/evilsocket/opensnitch/wiki/FAQs
@ -17,19 +18,20 @@ https://github.com/evilsocket/opensnitch/wiki/GUI-known-problems
Daemon related issues: Daemon related issues:
- Run `opensnitchd -check-requirements` to see if your kernel is compatible. - Run `opensnitchd -check-requirements` to see if your kernel is compatible.
- https://github.com/evilsocket/opensnitch/wiki/daemon-known-problems - https://github.com/evilsocket/opensnitch/wiki/daemon-known-problems
-->
**Describe the bug** ### Describe the bug:
A clear and concise description of what the bug is. <!-- A clear and concise description of what the bug is. -->
Include the following information: Include the following information:
- OpenSnitch version. - OpenSnitch version:
- OS: [e.g. Debian GNU/Linux, ArchLinux, Slackware, ...] - 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, ...] - Window Manager: [e.g. GNOME Shell, KDE, enlightenment, i3wm, ...]
- Kernel version: echo $(uname -a) - Kernel version: [`echo $(uname -a)`]
**To Reproduce** ### To Reproduce:
Describe in detail as much as you can what happened. <!-- Describe in detail as much as you can what happened. -->
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
@ -37,7 +39,8 @@ Steps to reproduce the behavior:
3. Scroll down to '....' 3. Scroll down to '....'
4. See error 4. See error
**Post error logs:** ### Post error logs:
<!--
If it's a crash of the GUI: If it's a crash of the GUI:
- Launch it from a terminal and reproduce the issue. - Launch it from a terminal and reproduce the issue.
- Post the errors logged to the terminal. - 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: 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. - Install them from a terminal (`$ sudo dpkg -i opensnitch*` / `$ sudo yum install opensnitch*`), and post the errors logged to stdout.
-->
**Expected behavior (optional)** ### Expected behavior (optional):
A clear and concise description of what you expected to happen. <!-- A clear and concise description of what you expected to happen. -->
**Screenshots** ### Screenshots:
If applicable, add screenshots or videos to help explain your problem. It may help to understand the issue much better. <!-- If applicable, add screenshots or videos to help explain your problem. It may help to understand the issue much better. -->
**Additional context** ### Additional context:
Add any other context about the problem here. <!-- Add any other context about the problem here. -->