From 79246b73bef3454702d10b9991aa8a0cfca7df6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 3 Apr 2022 13:38:57 +0200 Subject: [PATCH] doc: Bring back issue templates and update them --- .gitlab/issue_templates/Bug.md | 28 ++++++++++++++++++++++++++++ .gitlab/issue_templates/Feature.md | 22 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Feature.md 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