diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md new file mode 100644 index 0000000000000000000000000000000000000000..59b011874783f342950f606d933592df2bde2c69 --- /dev/null +++ b/.gitlab/issue_templates/Bug Report.md @@ -0,0 +1,27 @@ +Summary describing the defect. + +## Steps to Reproduce + +1. ... +2. ... +3. ... + +## Expected Result + +... + +## Actual Result + +... + +## Logs & configuration + +If applicable, please provide: + +- Contents of your `.env` or other configuration files. Keep in mind to remove any sensitive data like password, as the report will be visible publicly. +- Logs: Any errors in your browser console. In Firefox you can reach it by pressing `CTRL + SHIFT + K`, in Chrome or Chromium via `CTRL + SHIFT + J`. If available, extracts of relevant server log files found under `aura/logs`. +- The output of `docker compose ps --all`, ensuring all services are started successfully. + +## Environment + +Operating system and browser version. diff --git a/.gitlab/issue_templates/Epic.md b/.gitlab/issue_templates/Epic.md new file mode 100644 index 0000000000000000000000000000000000000000..2272a945f4c6cb5f402adc5082eb609801ccd8c1 --- /dev/null +++ b/.gitlab/issue_templates/Epic.md @@ -0,0 +1,19 @@ +Parent: + +--- + +Abstract of the goal. + +## Proposal + +Specification on implementation. + +## Sub Tasks + +- [ ] ... +- [ ] ... + +## Dependencies + +- ... +- ...