From 159fa60eefe3379bbdf20076e1b99bdfdf51d66e Mon Sep 17 00:00:00 2001 From: penrowd <156614081+penrowd@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:07:21 -0400 Subject: [PATCH] Create issue_template.md issue_template v.1 --- issue_template.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 000000000..1354299ed --- /dev/null +++ b/issue_template.md @@ -0,0 +1,33 @@ +## Open Issue +Before submitting confirm: +The issue has not already been reported. +This bug exists on the latest version. +This bug exists on the main branch. + +## Bug Report +Report incorrect behavior found + +### Actual behavior: + +### Expected behavior: + +### Steps to reproduce/example code: + + +## Enhancement request: +Suggest an idea + +### What should be added/changed? + +### What would it help with? + + + +## Documentation request: +Report wrong or missing documentation + +### Location of the documentation. + +### Documentation problem. + +### Suggested fix for documentation.