From 1f69e1c22a6700740a0244f1604e74702c5da15f Mon Sep 17 00:00:00 2001 From: zacharybonagura <157537291+zacharybonagura@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:01:23 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement-request.md | 20 ++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..1918e2f6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Create a report to help us improve. +title: "[BUG] " +labels: '' +assignees: '' + +--- + +**Description** +A clear and concise description of what the bug is. + +**Steps to Reproduce** +Steps to reproduce the behavior: + +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md new file mode 100644 index 00000000..ff4f2e03 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement-request.md @@ -0,0 +1,20 @@ +--- +name: Enhancement request +about: Improve an already-existing feature. +title: "[ENHANCEMENT] " +labels: '' +assignees: '' + +--- + +**Describe the current behavior of what you're trying to improve. If your enhancement request related to a problem, please also describe the problem.** +A clear and concise description of what the current behavior and problem. + +**Describe the improvement you'd like** +A clear and concise description of what you would like to be enhanced. + +**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.