From e86e53364287292530b59aaefcef93f723791854 Mon Sep 17 00:00:00 2001 From: HaSistrunk Date: Mon, 24 Jun 2019 11:48:29 -0400 Subject: [PATCH] simplify issue template language --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 4d1fc70c..dd0ab543 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -8,7 +8,7 @@ assignees: '' --- # Describe the bug -A clear and concise description of what the bug is. +A clear and concise description of the bug. # To reproduce Steps to reproduce the behavior: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b1c28b4a..a4e02647 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,7 @@ 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 [...] +A clear and concise description of the problem. Ex. I'm always frustrated when [...] # Describe the solution you'd like A clear and concise description of what you want to happen.