diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000..33184911 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,19 @@ +Detailed description of the issue. Provide as much information as you can, potentially with images showing the issue. + +Steps to reproduce: + +1. Open Fractal +2. Enter a room +3. ... + +## Design Tasks + +* [ ] design tasks + +## Development Tasks + +* [ ] development tasks + +## QA Tasks + +* [ ] quality assurance tasks diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 00000000..88980dc5 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,17 @@ +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