diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index ba41e17e5..07730c0ae 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -31,4 +31,4 @@ * Steps to reproduce the bug: -/labels ~Bug ~Not-reviewed \ No newline at end of file +/labels ~Bug ~"Not-Reviewed" \ No newline at end of file diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md index 2b81e67d3..f03909953 100644 --- a/.gitlab/issue_templates/Default.md +++ b/.gitlab/issue_templates/Default.md @@ -1,3 +1,3 @@ +Before creating an issue, please select the appropriate template from the dropdown above. -Before creating an issue, please select the appropriate template from the dropdown above.
The template will walk you through submitting a bug, feature, or improvement request. diff --git a/.gitlab/issue_templates/FeatureRequest.md b/.gitlab/issue_templates/FeatureRequest.md index d6bc332fd..118f46eae 100644 --- a/.gitlab/issue_templates/FeatureRequest.md +++ b/.gitlab/issue_templates/FeatureRequest.md @@ -5,4 +5,4 @@ 2. Describe why this feature should be added: -/labels ~Feature ~Not-reviewed \ No newline at end of file +/labels ~Feature ~"Not-Reviewed" \ No newline at end of file diff --git a/.gitlab/issue_templates/ImprovementRequest.md b/.gitlab/issue_templates/ImprovementRequest.md index a86de83aa..c2c6d9aae 100644 --- a/.gitlab/issue_templates/ImprovementRequest.md +++ b/.gitlab/issue_templates/ImprovementRequest.md @@ -4,4 +4,4 @@ -/labels ~improvement ~Not-reviewed \ No newline at end of file +/labels ~improvement ~"Not-Reviewed" \ No newline at end of file