From 659cc80ec8d452d0cdf5b7a236a2ef5f925c977a Mon Sep 17 00:00:00 2001 From: Christian Llontop Date: Mon, 15 Apr 2024 22:27:46 -0500 Subject: [PATCH] Updated quotation style in bug_report.md and feature_request.md. --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 672025d..534c4b6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,16 +1,16 @@ --- name: Bug report about: Create a report to help us improve -title: "" +title: '' labels: bug -assignees: "" +assignees: '' --- **Describe the bug** A clear and concise description of what the bug is. **How To Reproduce (best to provide workable code or tests!)** -Please provide code that can be run in a stand-alone fashion that will reproduce the error. +Please provide code that can be run in a stand-alone fashion that will reproduce the error. If you can provide a test that will be even better. If you can't provide code, please provide a detailed description of how to reproduce the error. **Expected behavior** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index fcd76a3..a91027b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,9 @@ --- name: Feature request about: Suggest an idea for this project -title: "" +title: '' labels: enhancement -assignees: "" +assignees: '' --- **Is your feature request related to a problem? Please describe.**