aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar Jan <jan.hafer@rwth-aachen.de>2020-05-03 01:44:36 +0200
committerLibravatar Jan <jan.hafer@rwth-aachen.de>2020-05-04 13:57:51 +0200
commitcf81b8e7b6cd4a09fb901b99037703823dca3254 (patch)
tree39be2527afe350aefb08874006cf0f03309cd84b /.github/ISSUE_TEMPLATE
parentfix makefile and dbus (diff)
downloadfirejail-cf81b8e7b6cd4a09fb901b99037703823dca3254.tar.gz
firejail-cf81b8e7b6cd4a09fb901b99037703823dca3254.tar.zst
firejail-cf81b8e7b6cd4a09fb901b99037703823dca3254.zip
bug_template: more specific information like related programs, profile existence, lookup for installed profiles and user investigation on related problems
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md34
1 files changed, 20 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 8b7aa1203..ae7b1089a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,32 +6,38 @@ labels: ''
6assignees: '' 6assignees: ''
7 7
8--- 8---
9Write clear, concise and in textual form.
9 10
10**Describe the bug** 11**Bug and expected behavior**
11A clear and concise description of what the bug is. 12- Describe the bug.
13- What did you expect to happen?
12 14
13**Behavior change on disabling firejail** 15**No profile or disabling firejail**
14Describe clear and concise what changed calling `firejail --noprofile PROGRAM` in a shell. 16- What changed calling `firejail --noprofile PROGRAM` in a shell?
17- What changed calling the program *by path*=without firejail (check `whereis PROGRAM`, `firejail --list`, `stat $programpath`)?
15 18
16**To Reproduce** 19**Reproduce**
17Steps to reproduce the behavior: 20Steps to reproduce the behavior:
181. Go to '...' 211. Run in bash `firejail PROGRAM`
192. Click on '....' 222. See error `ERROR`
203. Scroll down to '....' 233. Click on '....'
214. See error 244. Scroll down to '....'
22 25
23**Expected behavior** 26**Environment**
24A clear and concise description of what you expected to happen.
25
26**Desktop (please complete the following information):**
27 - Linux distribution and version (ie output of `lsb_release -a`) 27 - Linux distribution and version (ie output of `lsb_release -a`)
28 - 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`)
29 - What other programs interact with the affected program for the functionality?
30 - Are these listed in the profile?
29 31
30**Additional context** 32**Additional context**
31Add any other context about the problem here. 33Other context about the problem like related errors to understand the problem.
32 34
33**Checklist** 35**Checklist**
34 - [ ] The upstream profile (and redirect profile if exists) have no changes fixing it. 36 - [ ] The upstream profile (and redirect profile if exists) have no changes fixing it.
37 - [ ] The upstream profile exists (`find / -name 'firejail' 2>/dev/null`/`fd firejail` to locate profiles ie in `/usr/local/etc/firejail/PROGRAM.profile`)
38 - [ ] Programs needed for interaction are listed.
39 - [ ] Error was checked in search engine and on issue list without success.
40
35 41
36<details><summary> debug output </summary> 42<details><summary> debug output </summary>
37 43