diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-10-28 23:08:19 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-10-28 23:08:19 +0100 |
commit | 63922b5ec435d04ea31ee33138061f1d812beefe (patch) | |
tree | 673965a8ccc879bf17fe928df19a2aa3974e5161 /.github/ISSUE_TEMPLATE | |
parent | d05544562532fdf4d5f4a4d4eba01f4263e17cc7 (diff) | |
download | zsh-63922b5ec435d04ea31ee33138061f1d812beefe.tar.gz zsh-63922b5ec435d04ea31ee33138061f1d812beefe.tar.bz2 zsh-63922b5ec435d04ea31ee33138061f1d812beefe.zip |
Fix labels in issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/support.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8c20544c8..788f77368 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.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' --- diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index 697f0c0c8..8c4f08044 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.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' --- |