From 057417c666edff7965eae5a9522474cbe0bdfe79 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Tue, 18 Aug 2020 10:25:02 -0500 Subject: [PATCH] add a snippet to the issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 11 +++++++++-- .github/ISSUE_TEMPLATE/feature-request.md | 9 ++++++++- .github/ISSUE_TEMPLATE/something-else.md | 10 +++++++++- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 24aaa27b25..f8ec1961da 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -4,11 +4,18 @@ about: Create a report to help us improve title: '' labels: bug assignees: '' - --- + + **Bug Description** -A clear and concise description of what the bug is. +A clear and concise description of the bug. **Steps to Reproduce** 1. Go to ... diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index e1c9a09ad9..f631801495 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -4,9 +4,16 @@ about: Suggest an idea for this project title: '' labels: '' assignees: '' - --- + + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/ISSUE_TEMPLATE/something-else.md b/.github/ISSUE_TEMPLATE/something-else.md index 0d06feec00..6fb0a93214 100644 --- a/.github/ISSUE_TEMPLATE/something-else.md +++ b/.github/ISSUE_TEMPLATE/something-else.md @@ -4,7 +4,15 @@ about: Tell us something else title: '' labels: '' assignees: '' - --- + + +