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 1/2] 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. From 719e86429ed2a4441baca55f98acb384a0d68878 Mon Sep 17 00:00:00 2001 From: penrowd <156614081+penrowd@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:16:08 -0400 Subject: [PATCH 2/2] Update issue_template.md add multi report --- issue_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/issue_template.md b/issue_template.md index 1354299ed..240bc0081 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,6 +1,7 @@ ## 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.