mirror of
https://github.com/spf13/viper
synced 2024-11-16 18:07:02 +00:00
Add labels to issue templates
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
811f0e6937
commit
99da8b22a1
2 changed files with 2 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
name: 🐛 Bug report
|
name: 🐛 Bug report
|
||||||
about: Report a bug to help us improve Viper
|
about: Report a bug to help us improve Viper
|
||||||
|
labels: kind/bug
|
||||||
---
|
---
|
||||||
<!--
|
<!--
|
||||||
Thank you for sending a bug report! Here are some tips:
|
Thank you for sending a bug report! Here are some tips:
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
name: 🚀 Feature request
|
name: 🚀 Feature request
|
||||||
about: Suggest an idea for Viper
|
about: Suggest an idea for Viper
|
||||||
|
labels: kind/enhancement
|
||||||
---
|
---
|
||||||
<!--
|
<!--
|
||||||
Thank you for sending a feature request!
|
Thank you for sending a feature request!
|
||||||
|
|
Loading…
Reference in a new issue