mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Update bug_report.md
This commit is contained in:
parent
67afb5b8ed
commit
eb51840bea
1 changed files with 14 additions and 11 deletions
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Bug report
|
||||
name: 🐞 Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
|
@ -7,11 +7,20 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
Present yourself (or at least say "Hello" or "Hi") and be kind && respectful.
|
||||
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/Known-problems
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
Include the following information:
|
||||
- OpenSnitch version.
|
||||
- OS: [e.g. Debian GNU/Linux, ArchLinux, Slackware, ...]
|
||||
- Version [e.g. Buster, 10.3, 20.04]
|
||||
- Window Manager: [e.g. GNOME Shell, KDE, enlightenment, i3wm, ...]
|
||||
- Kernel version: echo $(uname -a)
|
||||
|
||||
**To Reproduce**
|
||||
Describe in detail as much as you can what happened.
|
||||
|
||||
|
@ -28,22 +37,16 @@ If it's a crash of the GUI:
|
|||
|
||||
If the daemon doesn't start:
|
||||
- Post last 15 lines of the log file `/var/log/opensnitchd.log`
|
||||
- Or launch it from a terminal (`/usr/bin/opensnitchd -rules-path /etc/opensnitchd/rules`) and post the errors logged to the terminal.
|
||||
- Or launch it from a terminal as root (`# /usr/bin/opensnitchd -rules-path /etc/opensnitchd/rules`) and post the errors logged to the terminal.
|
||||
|
||||
If the deb or rpm packages fail to install:
|
||||
- Install them from a terminal (`dpkg -i opensnitch*` / `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)**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**OS (please complete the following information):**
|
||||
- OS: [e.g. Debian GNU/Linux, ArchLinux, Slackware, ...]
|
||||
- Window Manager: [e.g. GNOME shell, KDE, enlightenment, ...]
|
||||
- Kernel version: echo $(uname -a)
|
||||
- Version [e.g. Buster, 10.3, 20.04]
|
||||
If applicable, add screenshots to help explain your problem. It may help to understand the issue much better.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
|
Loading…
Add table
Reference in a new issue