diff --git a/.gitlab/issue_templates/Bugs.md b/.gitlab/issue_templates/Bugs.md new file mode 100644 index 0000000000000000000000000000000000000000..bc8a4a5d0ff9c8b3038a0f305300598d63f6b866 --- /dev/null +++ b/.gitlab/issue_templates/Bugs.md @@ -0,0 +1,44 @@ +### Description + +<!-- Required --> +<!-- Description of the issue --> + +### Distribution Name and Version + +<!-- Required --> +<!-- Debian, Centos --> + +### FusionDirectory Version + +<!-- Required --> + +### PHP version used + +<!-- Required --> + +### Origin of php packages + +<!-- Required --> +<!-- Distribution packages, Out of distribution --> + +### Steps to Reproduce + +<!-- Required --> +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Expected behavior:** + +<!-- What you expect to happen--> + +**Actual behavior:** + +<!-- What actually happens --> + +**Reproduces how often:** +<!-- What percentage of the time does it reproduce?--> + +### Additional Information +<!-- optional --> +<!-- Any additional information, configuration or data that might be necessary to reproduce the issue. --> \ No newline at end of file