diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 000000000..240bc0081 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,34 @@ +## Open Issue +Before submitting confirm: +The issue has not already been reported. +The issue cannot be broken into multiple reports. +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.