aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-08-24 19:57:07 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-08-25 15:04:23 -0300
commit7b69b3ddcd33fd96ef459bf3b983b5b59a03d392 (patch)
tree114c77008987a3ba6aaac1ed5ac1a3416e9eb02a /.github/ISSUE_TEMPLATE
parentbug_report.md: add missing blank lines (diff)
downloadfirejail-7b69b3ddcd33fd96ef459bf3b983b5b59a03d392.tar.gz
firejail-7b69b3ddcd33fd96ef459bf3b983b5b59a03d392.tar.zst
firejail-7b69b3ddcd33fd96ef459bf3b983b5b59a03d392.zip
bug_report.md: turn section titles into headers
This properly separates the document into sections and makes the titles stand out more. It is also more consistent with what is generated by GitHub issue forms (YAML). See also the following discussion: https://github.com/netblue30/firejail/discussions/4468
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-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`)