diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md index 96ae700d037ee28138edf613f7b57c20f6d356e2..7fec749a1f725ca4325533c7beeebcc407078508 100644 --- a/.gitlab/issue_templates/bug.md +++ b/.gitlab/issue_templates/bug.md @@ -33,4 +33,4 @@ logs, and code as it's very hard to read otherwise. [If you can, link to the line of code that might be responsible for the problem] -/label ~bug +/label ~Bug diff --git a/.gitlab/issue_templates/feature-request.md b/.gitlab/issue_templates/feature-request.md index 1832dfb9046ba22e29761c16adeb9c71355809e2..644a8fd41ae2a867050da9cc42172949ca95ef78 100644 --- a/.gitlab/issue_templates/feature-request.md +++ b/.gitlab/issue_templates/feature-request.md @@ -16,4 +16,4 @@ considered. Add any other context or screenshots about the feature request here. -/label ~feature-request +/label ~"Feature request"