From 3db09bbd0b211181b362482069e88824048792db Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 14 May 2025 11:16:56 -0600 Subject: [PATCH] misc: add issue template for bug report --- .gitlab/issue_templates/bug_report.md | 52 +++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .gitlab/issue_templates/bug_report.md diff --git a/.gitlab/issue_templates/bug_report.md b/.gitlab/issue_templates/bug_report.md new file mode 100644 index 0000000..cc992fc --- /dev/null +++ b/.gitlab/issue_templates/bug_report.md @@ -0,0 +1,52 @@ +## Bug Report Template + +> **If you have a question or are not sure about what you are about to post, please use the forums instead.** +> **Also, check for possible duplicate reports here or in the forum before submitting this issue.** + +--- + +### 1. Affected Package revision / version + + + +--- + +### 2. Steps to Reproduce + + + +1. ... +2. ... +3. ... + +--- + +### 3. Current Behavior + + + +--- + +### 4. Expected Behavior *(optional)* + + + +--- + +### 5. Workaround *(optional)* + + + +--- + +### 6. Suggestions, Investigation and Possible Causes *(optional)* + + + +--- + +### 7. Other Tests *(optional)* + + + +---