Fix labels in issue templates

master
Marc Cornellà 5 years ago
parent d055445625
commit 63922b5ec4
  1. 2
      .github/ISSUE_TEMPLATE/feature_request.md
  2. 2
      .github/ISSUE_TEMPLATE/support.md

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

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

Loading…
Cancel
Save