From cf81b8e7b6cd4a09fb901b99037703823dca3254 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 3 May 2020 01:44:36 +0200 Subject: bug_template: more specific information like related programs, profile existence, lookup for installed profiles and user investigation on related problems --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8b7aa1203..ae7b1089a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,32 +6,38 @@ labels: '' assignees: '' --- +Write clear, concise and in textual form. -**Describe the bug** -A clear and concise description of what the bug is. +**Bug and expected behavior** +- Describe the bug. +- What did you expect to happen? -**Behavior change on disabling firejail** -Describe clear and concise what changed calling `firejail --noprofile PROGRAM` in a shell. +**No profile or disabling firejail** +- What changed calling `firejail --noprofile PROGRAM` in a shell? +- What changed calling the program *by path*=without firejail (check `whereis PROGRAM`, `firejail --list`, `stat $programpath`)? -**To Reproduce** +**Reproduce** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +1. Run in bash `firejail PROGRAM` +2. See error `ERROR` +3. Click on '....' +4. Scroll down to '....' -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Desktop (please complete the following information):** +**Environment** - Linux distribution and version (ie output of `lsb_release -a`) - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`) + - What other programs interact with the affected program for the functionality? + - Are these listed in the profile? **Additional context** -Add any other context about the problem here. +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 upstream profile exists (`find / -name 'firejail' 2>/dev/null`/`fd firejail` to locate profiles ie in `/usr/local/etc/firejail/PROGRAM.profile`) + - [ ] Programs needed for interaction are listed. + - [ ] Error was checked in search engine and on issue list without success. +
debug output -- cgit v1.2.3-54-g00ecf