From 3b53e5be4ce0b68a007cf1360b9855af7c0b24ad Mon Sep 17 00:00:00 2001 From: Nainar Date: Tue, 6 Apr 2021 23:16:23 +0530 Subject: [PATCH] Fix issue templates (#181) * Fix comments bug report * Fix comments feature request --- .github/ISSUE_TEMPLATE/bug_report.md | 18 +++++++++++++----- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++------ 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d24c3bd..12ff5c5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,25 +1,33 @@ --- -name: Bug report +name: 🐛 Bug report about: Create a report to help us improve -title: [title] +title: '' labels: bug assignees: '' --- ## Describe the bug - + ## To reproduce + ## Expected behavior - + ## Additional context - + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0ba9812..3770798 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,28 @@ --- -name: Feature request +name: 💡 Feature request about: Suggest an idea for this project -title: [title] +title: '' labels: enhancement assignees: '' --- ## Is your feature request related to a problem? Please describe. - + ## Describe the solution you'd like - + ## Describe alternatives you've considered - + ## Additional context - +