diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 09ac70b..376b13a 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -9,4 +9,4 @@ Describe the way you achive this bug: ## Expected correct behavior What should happen ? -/label ~Bug ~Need-review +/label ~bug diff --git a/.gitlab/issue_templates/Enhancement.md b/.gitlab/issue_templates/Enhancement.md index 79504f6..54c8032 100644 --- a/.gitlab/issue_templates/Enhancement.md +++ b/.gitlab/issue_templates/Enhancement.md @@ -5,4 +5,4 @@ What is your idea: -/label ~Enhancement ~Need-review +/label ~enhancement diff --git a/.gitlab/issue_templates/Suggestion.md b/.gitlab/issue_templates/Suggestion.md new file mode 100644 index 0000000..646c021 --- /dev/null +++ b/.gitlab/issue_templates/Suggestion.md @@ -0,0 +1,8 @@ +# Suggestion + +## Description +What is your suggestion: + + + +/label ~suggestion