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)* + + + +---