aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-04-20 15:47:31 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-04-21 20:05:49 +0200
commit2bd91a6c9da57ad120fe6fd30d020404e48f2bef (patch)
tree5625f7b0068f3a5b9e5fbf69c3a3727a1bab7cef /.github
parentgitlab (diff)
downloadfirejail-2bd91a6c9da57ad120fe6fd30d020404e48f2bef.tar.gz
firejail-2bd91a6c9da57ad120fe6fd30d020404e48f2bef.tar.zst
firejail-2bd91a6c9da57ad120fe6fd30d020404e48f2bef.zip
update issue template + add ICEauthority to wruc
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index c32d898c8..8b7aa1203 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -23,10 +23,20 @@ Steps to reproduce the behavior:
23**Expected behavior** 23**Expected behavior**
24A clear and concise description of what you expected to happen. 24A clear and concise description of what you expected to happen.
25 25
26
27**Desktop (please complete the following information):** 26**Desktop (please complete the following information):**
28 - Linux distribution and version (ie output of `lsb_release -a`) 27 - Linux distribution and version (ie output of `lsb_release -a`)
29 - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`) 28 - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`)
30 29
31**Additional context** 30**Additional context**
32Add any other context about the problem here. 31Add any other context about the problem here.
32
33**Checklist**
34 - [ ] The upstream profile (and redirect profile if exists) have no changes fixing it.
35
36<details><summary> debug output </summary>
37
38```
39OUTPUT OF `firejail --debug PROGRAM`
40```
41
42</details>