diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..94a57f9 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -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, …) diff --git a/.gitlab/issue_templates/Enhancement.md b/.gitlab/issue_templates/Enhancement.md new file mode 100644 index 0000000..c4c980e --- /dev/null +++ b/.gitlab/issue_templates/Enhancement.md @@ -0,0 +1,11 @@ +## Summary ## + +(max 60 words) + +## Description ## + +As a , I want to + +## Acceptance criteria ## + +(How should this be in the end?) diff --git a/.gitlab/merge_request_templates/Ready_to_Merge.md b/.gitlab/merge_request_templates/Ready_to_Merge.md new file mode 100644 index 0000000..254b63e --- /dev/null +++ b/.gitlab/merge_request_templates/Ready_to_Merge.md @@ -0,0 +1,5 @@ +As mentioned in , this implements . + +This includes the following changes: + - … + - … diff --git a/.gitlab/merge_request_templates/Work_In_Progress.md b/.gitlab/merge_request_templates/Work_In_Progress.md new file mode 100644 index 0000000..dabf399 --- /dev/null +++ b/.gitlab/merge_request_templates/Work_In_Progress.md @@ -0,0 +1,9 @@ +As mentioned in , this implements + +For this, the following steps are needed: + + - [ ] List + - [ ] of + - [ ] steps + - [ ] and + - [ ] substeps