From 94053e443a5b9ba5dbeaa7e2f3598648313aa3f6 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 14 May 2017 11:33:10 +0200 Subject: [PATCH] Added templates for issues and merge requests --- .gitlab/issue_templates/Bug.md | 25 +++++++++++++++++++ .gitlab/issue_templates/Enhancement.md | 16 ++++++++++++ .../merge_request_templates/Ready_to_Merge.md | 5 ++++ .../Work_In_Progress.md | 9 +++++++ 4 files changed, 55 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..406ba16 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -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, …) diff --git a/.gitlab/issue_templates/Enhancement.md b/.gitlab/issue_templates/Enhancement.md new file mode 100644 index 0000000..0f25bc4 --- /dev/null +++ b/.gitlab/issue_templates/Enhancement.md @@ -0,0 +1,16 @@ +## Summary ## + +(max 60 words) + +## Basic information ## + + - Component: + - New node needed: (Yes/No) + +## 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