bug_report.md: trim leading spaces on list items

This commit is contained in:
Kelvin M. Klann 2021-08-24 20:11:41 -03:00
parent 7b69b3ddcd
commit 06317bcdd2

View file

@ -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.
<details><summary> debug output </summary>