From 0f2472ebe65609b5210ac81c58cf7dbd40603156 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 15 Oct 2017 17:32:31 +0200 Subject: [PATCH] Added gitlab templates --- .gitlab/issue_templates/Bug.md | 24 +++++++++++++++++++ .gitlab/issue_templates/Enhancement.md | 11 +++++++++ .../merge_request_templates/Ready_to_Merge.md | 5 ++++ .../Work_In_Progress.md | 9 +++++++ 4 files changed, 49 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Enhancement.md create mode 100644 .gitlab/merge_request_templates/Ready_to_Merge.md create mode 100644 .gitlab/merge_request_templates/Work_In_Progress.md 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