From 2c54e65ab020691caa8405ecdc46e3565e66c4b4 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 14 Jan 2021 00:58:58 -0300 Subject: bug_report.md: improve wording (upstream/duplicates) Clarify that: * "upstream profile" means the profile version on the master branch * "duplicates" refer to duplicate issues As suggested by @scruloose on https://github.com/netblue30/firejail/issues/3884#issue-784605766 https://github.com/netblue30/firejail/issues/3884#issuecomment-759528185 --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 47e099cde..bf58e1dff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -31,9 +31,9 @@ Steps to reproduce the behavior: Other context about the problem like related errors to understand the problem. **Checklist** - - [ ] The upstream profile (and redirect profile if exists) have no changes fixing it. + - [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc). - [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`) - - [ ] A short search for duplicates was performed. + - [ ] I have performed a short search for similar issues (to avoid opening a duplicate). - [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile. - [ ] Used `LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM` to get english error-messages. - [ ] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers. -- cgit v1.2.3-54-g00ecf