diff --git a/.github/templates/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 93% rename from .github/templates/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 038e8ccb..9a3c65c8 100644 --- a/.github/templates/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,10 @@ --- name: Bug report about: Create a report to help us improve -title: "" -labels: "" -assignees: "" +title: '' +labels: '' +assignees: '' + --- **Describe the bug** diff --git a/.github/templates/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 86% rename from .github/templates/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md index acac64d3..86fc8ede 100644 --- a/.github/templates/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,10 @@ --- name: Feature request about: Suggest an idea for this project -title: "" -labels: "" -assignees: "" +title: '' +labels: '' +assignees: '' + --- **Describe the feature you'd like** @@ -12,7 +13,7 @@ A clear and concise description of what you want to happen. **Due date** Until when should this issue be solved -\*_Refernce_ +**_Refernce_** **Additional context** Add any other context or screenshots about the feature request here.