aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2021-02-08 17:24:28 -0600
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2021-02-08 17:24:28 -0600
commitad0b7fc88689aaa407cf2091f542b1ffb44d166b (patch)
tree89f9fde545d17a86edfe3ef8547db8ecea5f3584 /.github/ISSUE_TEMPLATE
parentMerge pull request #3961 from kmk3/fix-macro-usage (diff)
downloadfirejail-ad0b7fc88689aaa407cf2091f542b1ffb44d166b.tar.gz
firejail-ad0b7fc88689aaa407cf2091f542b1ffb44d166b.tar.zst
firejail-ad0b7fc88689aaa407cf2091f542b1ffb44d166b.zip
Housekeeping: strip extra whitespace
Just `find . -not \( -name .git -prune -o -name *.AppImage -prune \) -type f -print0 | xargs -0 perl -pi -e 's/ +$//'` and filter to avoid unwanted changes (especially .md files)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index bf58e1dff..86baecf2f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -25,7 +25,7 @@ Steps to reproduce the behavior:
25 25
26**Environment** 26**Environment**
27 - Linux distribution and version (ie output of `lsb_release -a`, `screenfetch` or `cat /etc/os-release`) 27 - Linux distribution and version (ie output of `lsb_release -a`, `screenfetch` or `cat /etc/os-release`)
28 - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`) 28 - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`)
29 29
30**Additional context** 30**Additional context**
31Other context about the problem like related errors to understand the problem. 31Other context about the problem like related errors to understand the problem.