Browse Source

Add Gitlab issue templates

environments/review-jsparber-h-cxnwl8/deployments/1
Tobias Bernard 8 years ago
parent
commit
6e2911f9d2
  1. 19
      .gitlab/issue_templates/Bug.md
  2. 17
      .gitlab/issue_templates/Feature.md

19
.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

17
.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
Loading…
Cancel
Save