From a6871ac0cbd0cb4874546b4b5ab3a547bab3c148 Mon Sep 17 00:00:00 2001 From: Alena Khineika Date: Thu, 28 May 2020 15:07:28 +0200 Subject: [PATCH] fix: remove invalid characters from templates --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++++++---- .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++-- .github/ISSUE_TEMPLATE/question.md | 5 ++++- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b08a888e6..f93b0a859 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,9 @@ --- name: Bug Report about: Create a report to help us improve -title: Bug Report: +title: Bug Report --- + #### Code/Gist - + #### Expected behavior/code + #### Environment + + - node.js / npm versions: -- OS: +- OS: #### Possible Solution + #### Additional context/Screenshots -> + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6b753f829..2323af0b9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature Request about: Suggest an idea for this project -title: Feature Request: +title: Feature Request --- ## Context + ## Possible Implementation -> + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 5825f158f..5216e2926 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,12 +1,15 @@ --- name: Bug Report about: Create a report to help us improve -title: Question: +title: Question --- + ## Question + ## Additional context +