From f6bfdb2ced96e8e91f1fadf7dda8aed6f4f38179 Mon Sep 17 00:00:00 2001 From: Jonas Hermsmeier Date: Mon, 29 Jan 2018 22:02:28 +0100 Subject: [PATCH] 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 --- .editorconfig | 3 +++ .github/ISSUE_TEMPLATE.md | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index ca8eec8a..7199a70f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,8 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +[*.md] +trim_trailing_whitespace = false + [Makefile] indent_style = tab diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bb2ee16b..1d634403 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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?** - +