Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github issue template ask unusual setups,debug warnings/errors #3370

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 18 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,30 @@ labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
Write clear, concise and in textual form.

**Behavior change on disabling firejail**
Describe clear and concise what changed calling `firejail --noprofile PROGRAM` in a shell.

**To Reproduce**
Steps to reproduce the behavior:
1. What changed calling `firejail --noprofile PROGRAM` in a shell?
2. What changed calling the program *by path*=without firejail (check `whereis PROGRAM`, `firejail --list`, `stat $programpath`)?

**Description, expectation and unrelated**
3. Describe the bug.
4. What did you expect to happen?
5. (helpful) Use `firejail --debug` what/if warning/error (usually in the last lines) occur.
6. (helpful) Check the warnings/error/bug in a search engine and summarize your results.

**Environment**
7. Linux distribution and version (ie output of `lsb_release -a`)
8. Firejail version (output of `firejail --version`) and, if used, git commit (`git rev-parse HEAD`)
9. (helpful) Are your installed programs which interact with the affected program listed in the profile?
Check `find / -name 'firejail' 2>/dev/null'/'fd firejail' to locate profiles ie in `/usr/local/etc/firejail/PROGRAM.profile`
and search for them **or** describe them.

**Steps to reproduce (if needed)**
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.


**Desktop (please complete the following information):**
- 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`)

**Additional context**
Add any other context about the problem here.