aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-08-30 12:31:01 +0000
committerLibravatar GitHub <noreply@github.com>2021-08-30 12:31:01 +0000
commit1cf621ceafa49475801e6ccfecdf25aa82063cbb (patch)
tree69ce6432ab8c0f3253e7cb9ff661fd130ff1c5b5
parentMerge pull request #4477 from bjpbakker/multimc5-lwjgl (diff)
parentbug_report.md: add log section (diff)
downloadfirejail-1cf621ceafa49475801e6ccfecdf25aa82063cbb.tar.gz
firejail-1cf621ceafa49475801e6ccfecdf25aa82063cbb.tar.zst
firejail-1cf621ceafa49475801e6ccfecdf25aa82063cbb.zip
Merge pull request #4479 from kmk3/issue-template-improvements
Issue template improvements
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md44
1 files changed, 28 insertions, 16 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 4b2df855c..3700dac20 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,44 +6,56 @@ labels: ''
6assignees: '' 6assignees: ''
7 7
8--- 8---
9
9Write clear, concise and in textual form. 10Write clear, concise and in textual form.
10 11
11**Bug and expected behavior** 12### Bug and expected behavior
13
12- Describe the bug. 14- Describe the bug.
13- What did you expect to happen? 15- What did you expect to happen?
14 16
15**No profile and disabling firejail** 17### No profile and disabling firejail
18
16- What changed calling `firejail --noprofile /path/to/program` in a terminal? 19- What changed calling `firejail --noprofile /path/to/program` in a terminal?
17- What changed calling the program by path (e.g. `/usr/bin/vlc`)? 20- What changed calling the program by path (e.g. `/usr/bin/vlc`)?
18 21
19**Reproduce** 22### Reproduce
23
20Steps to reproduce the behavior: 24Steps to reproduce the behavior:
25
211. Run in bash `firejail PROGRAM` 261. Run in bash `firejail PROGRAM`
222. See error `ERROR` 272. See error `ERROR`
233. Click on '....' 283. Click on '....'
244. Scroll down to '....' 294. Scroll down to '....'
25 30
26**Environment** 31### Environment
27 - Linux distribution and version (ie output of `lsb_release -a`, `screenfetch` or `cat /etc/os-release`) 32
28 - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`) 33- Linux distribution and version (ie output of `lsb_release -a`, `screenfetch` or `cat /etc/os-release`)
34- Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`)
35
36### Additional context
29 37
30**Additional context**
31Other context about the problem like related errors to understand the problem. 38Other context about the problem like related errors to understand the problem.
32 39
33**Checklist** 40### Checklist
34 - [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc). 41
35 - [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`) 42- [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc).
36 - [ ] I have performed a short search for similar issues (to avoid opening a duplicate). 43- [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`)
37 - [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile. 44- [ ] I have performed a short search for similar issues (to avoid opening a duplicate).
38 - [ ] Used `LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM` to get english error-messages. 45- [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile.
39 - [ ] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers. 46- [ ] Used `LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM` to get english error-messages.
40 - [ ] This is not a question. Questions should be asked in https://github.com/netblue30/firejail/discussions. 47- [ ] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers.
48- [ ] This is not a question. Questions should be asked in https://github.com/netblue30/firejail/discussions.
41 49
50### Log
42 51
43<details><summary> debug output </summary> 52<details>
53<summary>debug output</summary>
54<p>
44 55
45``` 56```
46OUTPUT OF `firejail --debug PROGRAM` 57OUTPUT OF `firejail --debug PROGRAM`
47``` 58```
48 59
60</p>
49</details> 61</details>