aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 588d261ff..9244646d2 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -9,17 +9,17 @@ assignees: ''
9 9
10Write clear, concise and in textual form. 10Write clear, concise and in textual form.
11 11
12**Bug and expected behavior** 12### Bug and expected behavior
13 13
14- Describe the bug. 14- Describe the bug.
15- What did you expect to happen? 15- What did you expect to happen?
16 16
17**No profile and disabling firejail** 17### No profile and disabling firejail
18 18
19- What changed calling `firejail --noprofile /path/to/program` in a terminal? 19- What changed calling `firejail --noprofile /path/to/program` in a terminal?
20- 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`)?
21 21
22**Reproduce** 22### Reproduce
23 23
24Steps to reproduce the behavior: 24Steps to reproduce the behavior:
25 25
@@ -28,16 +28,16 @@ Steps to reproduce the behavior:
283. Click on '....' 283. Click on '....'
294. Scroll down to '....' 294. Scroll down to '....'
30 30
31**Environment** 31### Environment
32 32
33 - Linux distribution and version (ie output of `lsb_release -a`, `screenfetch` or `cat /etc/os-release`) 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`) 34 - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`)
35 35
36**Additional context** 36### Additional context
37 37
38Other context about the problem like related errors to understand the problem. 38Other context about the problem like related errors to understand the problem.
39 39
40**Checklist** 40### Checklist
41 41
42 - [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc). 42 - [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc).
43 - [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`) 43 - [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`)