mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +00:00
doc(github): Update instructions in ISSUE_TEMPLATE
This updates the instructions to open the Developer Tools in the issue template, as the keyboard shortcuts have changed to their defaults on Linux & Windows from [Ctrl]+[Alt]+[I] to [Ctrl]+[Shift]+[I]. Further, the editor config is updated to allow trailing spaces in Markdown files to add trailing spaces to the list items in the issue template, in order to avoid people not putting whitespace in between, causing the formatting to not be parsed properly. Change-Type: patch
This commit is contained in:
parent
df2ebf93b6
commit
f6bfdb2ced
@ -9,5 +9,8 @@ charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
10
.github/ISSUE_TEMPLATE.md
vendored
10
.github/ISSUE_TEMPLATE.md
vendored
@ -1,6 +1,6 @@
|
||||
- **Etcher version:**
|
||||
- **Operating system and architecture:**
|
||||
- **Image flashed:**
|
||||
- **Do you see any meaningful error information in the DevTools?**
|
||||
- **Etcher version:**
|
||||
- **Operating system and architecture:**
|
||||
- **Image flashed:**
|
||||
- **Do you see any meaningful error information in the DevTools?**
|
||||
|
||||
<!-- You can open DevTools by pressing `Ctrl+Alt+I`, or `Cmd+Alt+I` if you're running OS X. -->
|
||||
<!-- You can open DevTools by pressing `Ctrl+Shift+I` (`Ctrl+Alt+I` for Etcher before v1.3.x), or `Cmd+Alt+I` if you're on Mac OS. -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user