浏览代码

Fix labels in issue templates

Marc Cornellà 4 年之前
父节点
当前提交
63922b5ec4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/ISSUE_TEMPLATE/feature_request.md
  2. 1 1
      .github/ISSUE_TEMPLATE/support.md

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.md

@@ -1,7 +1,7 @@
 ---
 name: Feature request
 about: Suggest a feature for Oh My Zsh
-labels: 'feature'
+labels: 'Feature'
 
 ---
 

+ 1 - 1
.github/ISSUE_TEMPLATE/support.md

@@ -1,7 +1,7 @@
 ---
 name: Support
 about: Request support for any problem you're having with Oh My Zsh
-labels: 'support'
+labels: 'Support'
 
 ---