diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000..8ae9e9af --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,28 @@ + + +Detailed description of the issue. Provide as much information as you can, potentially with images +or videos showing the issue. + +## Steps to reproduce + +1. Open Fractal +2. Enter a room +3. ... + +## Information + +* [ ] This bug is reproducible from the latest nightly build +* **Fractal Version**: +* **OS Version**: +* **Installation Source**: +* **Homeserver**: + + + diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 00000000..b4307d9e --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,22 @@ + + +Detailed description of the feature. Provide as much information as you can. + +Proposed Mockups: + +(Add mockups of the proposed feature) + +## Design Tasks + +* [ ] design tasks + +## Development Tasks + +* [ ] development tasks + +## QA Tasks + +* [ ] quality assurance tasks