From 0e19740d1f184882cf103143ae10caa0964f4031 Mon Sep 17 00:00:00 2001 From: Trevor Grant Date: Fri, 30 Aug 2024 15:46:02 -0500 Subject: [PATCH] Create issue_template.md --- .github/ISSUE_TEMPLATE/issue_template.md | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 000000000..1661c80a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -0,0 +1,32 @@ +## Issue Title + + +### Description + + +### Steps to Reproduce +1. +2. +3. + +### Expected Behavior + + +### Actual Behavior + + +### Environment +- **OS:** +- **Browser:** +- **Version:** + +### Suggested Fix + + +### Additional Context + + +### Checklist +- [ ] I have searched the existing issues for duplicates. +- [ ] I have provided the information as detailed as possible. +- [ ] I provided relevant screenshots or files if necessary.