Added templates for issues and merge requests
This commit is contained in:
parent
d149500489
commit
94053e443a
4 changed files with 55 additions and 0 deletions
25
.gitlab/issue_templates/Bug.md
Normal file
25
.gitlab/issue_templates/Bug.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
Please add the following, if applicable, remove otherwise:
|
||||
|
||||
## Summary ##
|
||||
|
||||
(max. 60 words)
|
||||
|
||||
## Basic information ##
|
||||
|
||||
- Version:
|
||||
- Component:
|
||||
- Platform: (RasPi, x86_64, i686)
|
||||
|
||||
## Description ##
|
||||
|
||||
### Expected behaviour ###
|
||||
|
||||
### Actual behaviour ###
|
||||
|
||||
### Reproduction steps ##
|
||||
|
||||
(Please attach files if necessary)
|
||||
|
||||
## Other things to be mentioned ##
|
||||
|
||||
(Ideas for fixing, requests for comments, …)
|
16
.gitlab/issue_templates/Enhancement.md
Normal file
16
.gitlab/issue_templates/Enhancement.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
## Summary ##
|
||||
|
||||
(max 60 words)
|
||||
|
||||
## Basic information ##
|
||||
|
||||
- Component:
|
||||
- New node needed: (Yes/No)
|
||||
|
||||
## Description ##
|
||||
|
||||
As a <role>, I want to <what?>
|
||||
|
||||
## Acceptance criteria ##
|
||||
|
||||
(How should this be in the end?)
|
5
.gitlab/merge_request_templates/Ready_to_Merge.md
Normal file
5
.gitlab/merge_request_templates/Ready_to_Merge.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
As mentioned in <Merge Request Reference>, this implements <What?>.
|
||||
|
||||
This includes the following changes:
|
||||
- …
|
||||
- …
|
9
.gitlab/merge_request_templates/Work_In_Progress.md
Normal file
9
.gitlab/merge_request_templates/Work_In_Progress.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
As mentioned in <Merge Request Reference>, this implements <What?>
|
||||
|
||||
For this, the following steps are needed:
|
||||
|
||||
- [ ] List
|
||||
- [ ] of
|
||||
- [ ] steps
|
||||
- [ ] and
|
||||
- [ ] substeps
|
Loading…
Reference in a new issue