Skip to content
New issue

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

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

Already on GitHub? # to your account

docs: github: streamline environment in issue templates #6471

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ _Any other detail that may help to understand/debug the problem_

### Environment

- Linux distribution and version (e.g. "Ubuntu 20.04" or "Arch Linux")
- Firejail version (`firejail --version`).
- Name/version/arch of the Linux kernel (`uname -srm`):
- Name/version of the Linux distribution (e.g. "Ubuntu 20.04" or "Arch Linux"):
- Version of Firejail (`firejail --version`):
- If you use a development version of firejail, also the commit from which it
was compiled (`git rev-parse HEAD`).
was compiled (`git rev-parse HEAD`):

### Checklist

Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/build_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ _(Optional) Any other detail that may help to understand/debug the problem_

### Environment

- Name/version/arch of the Linux kernel (e.g. the output of `uname -srm`)
- Name/version of the Linux distribution (e.g. "Ubuntu 20.04" or "Arch Linux")
- Name/version of the C compiler (e.g. "gcc 14.1.1-1")
- Name/version of the libc (e.g. "glibc 2.40-1")
- Version of the Linux API headers (e.g. "linux-api-headers 6.10-1" on Arch Linux)
- Version of the source code being built (e.g. the output of `git rev-parse HEAD`)
- Name/version/arch of the Linux kernel (`uname -srm`):
- Name/version of the Linux distribution (e.g. "Ubuntu 20.04" or "Arch Linux"):
- Name/version of the C compiler (e.g. "gcc 14.1.1-1"):
- Name/version of the libc (e.g. "glibc 2.40-1"):
- Version of the Linux API headers (e.g. "linux-api-headers 6.10-1" on Arch Linux):
- Version of the source code being built (`git rev-parse HEAD`):
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ _A clear and concise description of any alternative solutions or features you've
### Additional context

_Add any other context or screenshots about the feature request here._

### Environment

- Name/version/arch of the Linux kernel (`uname -srm`):
- Name/version of the Linux distribution (e.g. "Ubuntu 20.04" or "Arch Linux"):
- Version of Firejail (`firejail --version`):
- If you use a development version of firejail, also the commit from which it:
was compiled (`git rev-parse HEAD`):