From 46449596fd0c0363f241dbc6d85b8f2892bb33d3 Mon Sep 17 00:00:00 2001 From: Moosems <95927277+Moosems@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:28:44 -0600 Subject: [PATCH] Improve issue template (#55) --- .../ISSUE_TEMPLATE/bug-report---feature-idea.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report---feature-idea.md b/.github/ISSUE_TEMPLATE/bug-report---feature-idea.md index 1ee8c6c..2a204b7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report---feature-idea.md +++ b/.github/ISSUE_TEMPLATE/bug-report---feature-idea.md @@ -1,32 +1,33 @@ --- name: Bug Report | Feature Idea about: Report a bug or suggest a feature -title: "Bug Report | Feature Idea: " +title: "Bug Report | Feature Idea:" labels: bug, enhancement, Template assignees: "" --- **Bug Report:** -How to reproduce: [Insert here] -What should happen instead: [Insert here] +Bug explanation: [Insert here] +How to reproduce: [Insert here (if not applicable use "N/A")] +What should happen instead: [Insert here (if not applicable use "N/A")] Minimum reproducible example: ```python -[Insert here] +[Insert here (if not applicable use "N/A")] ``` Traceback: ``` - +(if not applicable use "N/A") ```
-OS: [Insert here] -Git branch: [Insert here] -Commit that bug started: [Insert here] +OS: [Insert here (if not applicable use "N/A")] +Git branch: [Insert here (if not applicable use "N/A")] +Commit that bug started: [Insert here (if not applicable use "N/A")]