aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2020-04-07 16:40:07 -0500
committerLibravatar GitHub <noreply@github.com>2020-04-07 16:40:07 -0500
commitbd29bf72021e88082c19d98cdfe9d81c94b386fe (patch)
tree2df7155e2a9392300bb89042cac0c458cc4d60d6 /.github/ISSUE_TEMPLATE
parentReplace `nodbus` with dbus-* filters (diff)
downloadfirejail-bd29bf72021e88082c19d98cdfe9d81c94b386fe.tar.gz
firejail-bd29bf72021e88082c19d98cdfe9d81c94b386fe.tar.zst
firejail-bd29bf72021e88082c19d98cdfe9d81c94b386fe.zip
Add bug report template
(Mostly) auto-generated with GitHub, will need tweaking over time
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..d21cace14
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,29 @@
1---
2name: Bug report
3about: Create a report to help us improve
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10**Describe the bug**
11A clear and concise description of what the bug is.
12
13**To Reproduce**
14Steps to reproduce the behavior:
151. Go to '...'
162. Click on '....'
173. Scroll down to '....'
184. See error
19
20**Expected behavior**
21A clear and concise description of what you expected to happen.
22
23
24**Desktop (please complete the following information):**
25 - Linux distribution and version
26 - Firejail version (output of `firejail --version`)
27
28**Additional context**
29Add any other context about the problem here.