Add Gitlab issue templates
This commit is contained in:
parent
1a892a2001
commit
6e2911f9d2
2 changed files with 36 additions and 0 deletions
19
.gitlab/issue_templates/Bug.md
Normal file
19
.gitlab/issue_templates/Bug.md
Normal file
|
@ -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
|
17
.gitlab/issue_templates/Feature.md
Normal file
17
.gitlab/issue_templates/Feature.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue