Skip to content

Commit 0698bd1

Browse files
committed
docs: github: streamline environment in issue templates
Changes: * Sync bug_report.md with build_issue.md (reword items and add Linux kernel item) * Add a colon to the end of every item (to clarify where to add the information) * Add the Environment section to feature_request.md The last item is intended as a basic sanity check, as users using an outdated version of firejail may request something that was already implemented (for example, see #6461). Relates to #4515 #6423.
1 parent 897f12d commit 0698bd1

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ _Any other detail that may help to understand/debug the problem_
4747

4848
### Environment
4949

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

5556
### Checklist
5657

.github/ISSUE_TEMPLATE/build_issue.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ _(Optional) Any other detail that may help to understand/debug the problem_
6464

6565
### Environment
6666

67-
- Name/version/arch of the Linux kernel (e.g. the output of `uname -srm`)
68-
- Name/version of the Linux distribution (e.g. "Ubuntu 20.04" or "Arch Linux")
69-
- Name/version of the C compiler (e.g. "gcc 14.1.1-1")
70-
- Name/version of the libc (e.g. "glibc 2.40-1")
71-
- Version of the Linux API headers (e.g. "linux-api-headers 6.10-1" on Arch Linux)
72-
- Version of the source code being built (e.g. the output of `git rev-parse HEAD`)
67+
- Name/version/arch of the Linux kernel (`uname -srm`):
68+
- Name/version of the Linux distribution (e.g. "Ubuntu 20.04" or "Arch Linux"):
69+
- Name/version of the C compiler (e.g. "gcc 14.1.1-1"):
70+
- Name/version of the libc (e.g. "glibc 2.40-1"):
71+
- Version of the Linux API headers (e.g. "linux-api-headers 6.10-1" on Arch Linux):
72+
- Version of the source code being built (`git rev-parse HEAD`):

.github/ISSUE_TEMPLATE/feature_request.md

+8
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ _A clear and concise description of any alternative solutions or features you've
2222
### Additional context
2323

2424
_Add any other context or screenshots about the feature request here._
25+
26+
### Environment
27+
28+
- Name/version/arch of the Linux kernel (`uname -srm`):
29+
- Name/version of the Linux distribution (e.g. "Ubuntu 20.04" or "Arch Linux"):
30+
- Version of Firejail (`firejail --version`):
31+
- If you use a development version of firejail, also the commit from which it:
32+
was compiled (`git rev-parse HEAD`):

0 commit comments

Comments
 (0)