aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-03-25 16:46:05 +0000
committerLibravatar GitHub <noreply@github.com>2021-03-25 16:46:05 +0000
commit48b385c0ee00da45abec0824fcfab3cc8bcb2b57 (patch)
tree86ab0c1f939f16433c8cc5a7d24fc13b498b4735 /.github/ISSUE_TEMPLATE
parentprivate-lib: trim ending slashes and dots (diff)
downloadfirejail-48b385c0ee00da45abec0824fcfab3cc8bcb2b57.tar.gz
firejail-48b385c0ee00da45abec0824fcfab3cc8bcb2b57.tar.zst
firejail-48b385c0ee00da45abec0824fcfab3cc8bcb2b57.zip
Improve issue template (#4141)
- Avoid confusing on "What changed calling the program by path" - Checklist: Questions should be asked in discussions
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 86baecf2f..4b2df855c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -14,7 +14,7 @@ Write clear, concise and in textual form.
14 14
15**No profile and disabling firejail** 15**No profile and disabling firejail**
16- What changed calling `firejail --noprofile /path/to/program` in a terminal? 16- What changed calling `firejail --noprofile /path/to/program` in a terminal?
17- What changed calling the program by path (check `which <program>` or `firejail --list` while the sandbox is running)? 17- What changed calling the program by path (e.g. `/usr/bin/vlc`)?
18 18
19**Reproduce** 19**Reproduce**
20Steps to reproduce the behavior: 20Steps to reproduce the behavior:
@@ -37,6 +37,7 @@ Other context about the problem like related errors to understand the problem.
37 - [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile. 37 - [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile.
38 - [ ] Used `LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM` to get english error-messages. 38 - [ ] Used `LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM` to get english error-messages.
39 - [ ] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers. 39 - [ ] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers.
40 - [ ] This is not a question. Questions should be asked in https://github.com/netblue30/firejail/discussions.
40 41
41 42
42<details><summary> debug output </summary> 43<details><summary> debug output </summary>