aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-08-24 19:31:44 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-08-25 15:04:17 -0300
commitdf766272bbe99ba5b575a4ad6b9139258d373ead (patch)
tree48028e6900158d8f3d47e44ba5616f3a95ec5367 /.github
parentGive fbuilder full original environment (diff)
downloadfirejail-df766272bbe99ba5b575a4ad6b9139258d373ead.tar.gz
firejail-df766272bbe99ba5b575a4ad6b9139258d373ead.tar.zst
firejail-df766272bbe99ba5b575a4ad6b9139258d373ead.zip
bug_report.md: add missing blank lines
Isolate each section title and each list from other elements, to make them more visually distinguishable. This should also make it easier to find and edit only the parts that are meant to be edited. See also the following discussion: https://github.com/netblue30/firejail/discussions/4468
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 4b2df855c..588d261ff 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,31 +6,39 @@ 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**
32
27 - 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`)
28 - 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`)
29 35
30**Additional context** 36**Additional context**
37
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**
41
34 - [ ] 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).
35 - [ ] 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`)
36 - [ ] I have performed a short search for similar issues (to avoid opening a duplicate). 44 - [ ] I have performed a short search for similar issues (to avoid opening a duplicate).