aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-10-09 12:49:15 +0000
committerLibravatar GitHub <noreply@github.com>2021-10-09 12:49:15 +0000
commitd84ba25808d661d4544ead1c2598b760181e94b2 (patch)
tree7d2e09c28914a51d24db22d54da01df279a9b737 /.github
parentMerge pull request #4510 from rusty-snake/allow-tray-condition (diff)
parentbug_report.md: link to markdown formatting help (diff)
downloadfirejail-d84ba25808d661d4544ead1c2598b760181e94b2.tar.gz
firejail-d84ba25808d661d4544ead1c2598b760181e94b2.tar.zst
firejail-d84ba25808d661d4544ead1c2598b760181e94b2.zip
Merge pull request #4561 from kmk3/issue-template-improvements2
Issue template improvements2
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md21
1 files changed, 17 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 0f13afc51..eb485b8a2 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,6 +7,13 @@ assignees: ''
7 7
8--- 8---
9 9
10<!--
11See the following links for help with formatting:
12
13https://guides.github.com/features/mastering-markdown/
14https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
15-->
16
10### Description 17### Description
11 18
12_Describe the bug_ 19_Describe the bug_
@@ -15,7 +22,7 @@ _Describe the bug_
15 22
16_Steps to reproduce the behavior_ 23_Steps to reproduce the behavior_
17 24
181. Run in bash `LANG=C firejail PROGRAM` (`LANG=C` to get English messages that can be understood by everybody) 251. Run in bash `LC_ALL=C firejail PROGRAM` (`LC_ALL=C` to get a consistent output in English that can be understood by everybody)
192. Click on '....' 262. Click on '....'
203. Scroll down to '....' 273. Scroll down to '....'
214. See error `ERROR` 284. See error `ERROR`
@@ -30,7 +37,7 @@ _What actually happened_
30 37
31### Behavior without a profile 38### Behavior without a profile
32 39
33_What changed calling `firejail --noprofile /path/to/program` in a terminal?_ 40_What changed calling `LC_ALL=C firejail --noprofile /path/to/program` in a terminal?_
34 41
35### Additional context 42### Additional context
36 43
@@ -44,6 +51,12 @@ _Any other detail that may help to understand/debug the problem_
44 51
45### Checklist 52### Checklist
46 53
54<!--
55Note: Items are checked with an "x", like so:
56
57- [x] This is a checked item.
58-->
59
47- [ ] The issues is caused by firejail (i.e. running the program by path (e.g. `/usr/bin/vlc`) "fixes" it). 60- [ ] The issues is caused by firejail (i.e. running the program by path (e.g. `/usr/bin/vlc`) "fixes" it).
48- [ ] I can reproduce the issue without custom modifications (e.g. globals.local). 61- [ ] I can reproduce the issue without custom modifications (e.g. globals.local).
49- [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`) 62- [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`)
@@ -55,7 +68,7 @@ _Any other detail that may help to understand/debug the problem_
55### Log 68### Log
56 69
57<details> 70<details>
58<summary>Output of <code>firejail /path/to/program</code></summary> 71<summary>Output of <code>LC_ALL=C firejail /path/to/program</code></summary>
59<p> 72<p>
60 73
61``` 74```
@@ -66,7 +79,7 @@ output goes here
66</details> 79</details>
67 80
68<details> 81<details>
69<summary>Output of <code>firejail --debug /path/to/program</code></summary> 82<summary>Output of <code>LC_ALL=C firejail --debug /path/to/program</code></summary>
70<p> 83<p>
71 84
72``` 85```