From 4268cb31c37cc99bbe47c3a72b8fea4afa2d5d64 Mon Sep 17 00:00:00 2001 From: TarangVerma <90996971+TarangVerma@users.noreply.github.com> Date: Sun, 4 Sep 2022 09:39:15 +0530 Subject: [PATCH] Fixed some typos in feature_request.md "." at the end of the headings were missing and all the text were in same line. Now this gives a clear and concise view of the texts. --- .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..a1a4f3e1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,15 +6,14 @@ 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 [...] -**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 [...] +**Describe the solution you'd like.**
+ > A clear and concise description of what you want to happen. -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +**Describe alternatives you've considered.**
+ > A clear and concise description of any alternative solutions or features you've considered. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. +**Additional context.**
+ > Add any other context or screenshots about the feature request here.