From 06317bcdd2cf15ffd74b346502c6ff15c4bc97bd Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 24 Aug 2021 20:11:41 -0300 Subject: [PATCH] bug_report.md: trim leading spaces on list items --- .github/ISSUE_TEMPLATE/bug_report.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9244646d246..3c9eb56a929 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,8 +30,8 @@ Steps to reproduce the behavior: ### Environment - - Linux distribution and version (ie output of `lsb_release -a`, `screenfetch` or `cat /etc/os-release`) - - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`) +- Linux distribution and version (ie output of `lsb_release -a`, `screenfetch` or `cat /etc/os-release`) +- Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`) ### Additional context @@ -39,13 +39,13 @@ Other context about the problem like related errors to understand the problem. ### Checklist - - [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc). - - [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`) - - [ ] I have performed a short search for similar issues (to avoid opening a duplicate). - - [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile. - - [ ] Used `LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM` to get english error-messages. - - [ ] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers. - - [ ] This is not a question. Questions should be asked in https://github.com/netblue30/firejail/discussions. +- [ ] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc). +- [ ] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`) +- [ ] I have performed a short search for similar issues (to avoid opening a duplicate). +- [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile. +- [ ] Used `LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM` to get english error-messages. +- [ ] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers. +- [ ] This is not a question. Questions should be asked in https://github.com/netblue30/firejail/discussions.
debug output