From fafca48558d047004b2e3523f1bc9d8f2fb90c86 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Wed, 5 Dec 2018 10:15:10 -0800 Subject: [PATCH] Formatting and additional changes --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++++----- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++-- .github/ISSUE_TEMPLATE/other_issues.md | 6 ++++-- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 4 files changed, 21 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ed5d56ce32b8..a4f90389b0f0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,21 +2,25 @@ name: Bug report about: Create a report to help us improve the QMK Firmware --- + + + + **Describe the bug** -A clear and concise description of what the bug is. + **System Information** - Keyboard: - Revision (if applicable): - Operating System: - avr-gcc version: - (Run `avr-gcc --version` to find out) + - arm gcc version: - (Run `arm-none-eabi-gcc --version` to find out) + - QMK Firmware version: - (you can run `git describe --abbrev=0 --tags` to find this out) + - Any keyboard related software installed? - [ ] Auto Hot Key - [ ] Karabiner @@ -24,4 +28,4 @@ A clear and concise description of what the bug is. **Additional context** -Add any other context about the problem here. + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 553510986051..c9198adff2fc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,11 @@ --- name: Feature request about: Suggest a new feature or changes to existing features - --- + + + + ## Feature Request Type @@ -12,4 +15,5 @@ about: Suggest a new feature or changes to existing features - [ ] New behavior ## Description -A few sentences describing what it is that you'd like to see. Additional information (such as links to spec sheets, licensing info, other related issues or PR's, etc) would be helpful. + + diff --git a/.github/ISSUE_TEMPLATE/other_issues.md b/.github/ISSUE_TEMPLATE/other_issues.md index 54ddd52ab10b..5f3e986cc413 100644 --- a/.github/ISSUE_TEMPLATE/other_issues.md +++ b/.github/ISSUE_TEMPLATE/other_issues.md @@ -1,7 +1,9 @@ --- name: Other issues about: Anything else that doesn't fall into the above categories. - --- + + + -Please check https://docs.qmk.fm/#/support for additional resources first. If that doesn't answer your question, check the bug report option, as that may be more appropriate. + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cecb15976dc0..05223aa4f6b3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,7 @@ - + + ## Description