aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-09-16 09:16:17 -0300
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-17 14:37:58 +0200
commit1b1009c408a8f5dbb89937436632d4bcd3047809 (patch)
tree968932b7f091a2dcb46ca10e6db8290d3b2fe0c1 /.github/ISSUE_TEMPLATE
parentbug_report.md: remove extraneous newline (diff)
downloadfirejail-1b1009c408a8f5dbb89937436632d4bcd3047809.tar.gz
firejail-1b1009c408a8f5dbb89937436632d4bcd3047809.tar.zst
firejail-1b1009c408a8f5dbb89937436632d4bcd3047809.zip
bug_report.md: improve grammar
Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index efd5d05de..a326007ef 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -15,7 +15,7 @@ _Describe the bug_
15 15
16_Steps to reproduce the behavior_ 16_Steps to reproduce the behavior_
17 17
181. Run in bash `LANG=C firejail PROGRAM` (`LANG=C` to get english messages that can be understood by everybody) 181. Run in bash `LANG=C firejail PROGRAM` (`LANG=C` to get English messages that can be understood by everybody)
192. Click on '....' 192. Click on '....'
203. Scroll down to '....' 203. Scroll down to '....'
214. See error `ERROR` 214. See error `ERROR`
@@ -40,11 +40,11 @@ _Any other context you have to understand the problem_
40 40
41- Linux distribution and version (e.g. "Ubuntu 20.04" or "Arch Linux") 41- Linux distribution and version (e.g. "Ubuntu 20.04" or "Arch Linux")
42- Firejail version (`firejail --version`). 42- Firejail version (`firejail --version`).
43 If you use a development version also the commit from which firejail was compiled (`git rev-parse HEAD`). 43- If you use a development version of firejail, also the commit from which it was compiled (`git rev-parse HEAD`).
44 44
45### Checklist 45### Checklist
46 46
47- [ ] The issues is caused by firejail (i.e running the program by path (e.g. `/usr/bin/vlc`) "fixes" it). 47- [ ] 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). 48- [ ] 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`) 49- [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`)
50- [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc). 50- [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc).