aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-09-18 06:14:51 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-09-20 08:21:50 -0300
commitb39ef34e0a9b17b736dacf1e6f7e6a1799a83c82 (patch)
tree4512be2070d8d18ffeaccdc8a594b44b38641a64 /.github/ISSUE_TEMPLATE/bug_report.md
parentbug_report.md: use LC_ALL where appropriate (diff)
downloadfirejail-b39ef34e0a9b17b736dacf1e6f7e6a1799a83c82.tar.gz
firejail-b39ef34e0a9b17b736dacf1e6f7e6a1799a83c82.tar.zst
firejail-b39ef34e0a9b17b736dacf1e6f7e6a1799a83c82.zip
bug_report.md: add checked item example
It is not uncommon for people to use other characters to try to mark an item as checked (which usually screws up the html output), so be sure to include an example with "[x]".
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index dd7c4b220..14d887e8b 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -44,6 +44,12 @@ _Any other detail that may help to understand/debug the problem_
44 44
45### Checklist 45### Checklist
46 46
47<!--
48Note: Items are checked with an "x", like so:
49
50- [x] This is a checked item.
51-->
52
47- [ ] The issues is caused by firejail (i.e. running the program by path (e.g. `/usr/bin/vlc`) "fixes" it). 53- [ ] 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). 54- [ ] 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`) 55- [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`)