Merge branch 'gitlab-templates' into 'master'
Gitlab templates See merge request fsimphy/calendar-webapp!4
This commit is contained in:
commit
06e039bb28
4 changed files with 49 additions and 0 deletions
24
.gitlab/issue_templates/Bug.md
Normal file
24
.gitlab/issue_templates/Bug.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
Please add the following, if applicable, remove otherwise:
|
||||||
|
|
||||||
|
## Summary ##
|
||||||
|
|
||||||
|
(max. 60 words)
|
||||||
|
|
||||||
|
## Basic information ##
|
||||||
|
|
||||||
|
- Version:
|
||||||
|
- 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, …)
|
11
.gitlab/issue_templates/Enhancement.md
Normal file
11
.gitlab/issue_templates/Enhancement.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
## Summary ##
|
||||||
|
|
||||||
|
(max 60 words)
|
||||||
|
|
||||||
|
## 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