From 7a8afcbafb2e5cafd973e9ca85212d78fb5369d1 Mon Sep 17 00:00:00 2001 From: Aidan Cole <42939987+a1dancole@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:23:46 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 44 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 43 ++++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5634ff1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +--- +name: Bug Report +about: Create a bug report to help us improve + +--- + +## Bug Description + +A clear and concise description of what the bug is. + +## Steps to Reproduce + +1. Step one +2. Step two +3. ... + +## Expected Behavior + +A clear and concise description of what you expected to happen. + +## Actual Behavior + +A clear and concise description of what actually happened. + +## Screenshots + +If applicable, add screenshots to help illustrate the problem. + +## Environment Information + +- Version: [e.g., 1.0.0] + +## Additional Information + +Any additional information or context that might help in understanding and fixing the issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..25ef56d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,43 @@ +--- +name: Feature request +about: Suggest an idea or enhancement for the project +title: '' +labels: '' +assignees: '' + +--- + +--- +name: Feature Request +about: Suggest an idea or enhancement for the project + +--- + +## Feature Description + +A clear and concise description of the feature you are requesting. + +## Motivation + +Explain the motivation behind the feature request. How will it benefit the project? + +## Proposed Implementation + +If you have any ideas on how the feature could be implemented, provide details here. + +## Alternatives Considered + +Have you considered any alternatives or workarounds? If so, please describe them. + +## Additional Information + +Any additional information, context, or use cases that might help in understanding the feature request better. + +## Impact on Existing Functionality + +Explain if the proposed feature may impact existing functionality or if it introduces backward compatibility concerns. + +## Checklist (Delete if not applicable) + +- [ ] I have searched for existing feature requests. +- [ ] I have discussed this feature request on [relevant communication channels].