Fix github templates label names

This commit is contained in:
Roman Zabaluev 2021-10-05 10:57:25 +03:00 committed by GitHub
parent 1f360ce8ab
commit f656076702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
name: "\U0001F41E Bug report"
about: Create a report to help us improve
title: ''
labels: bug
labels: 'type/bug'
assignees: ''
---
@ -28,4 +28,4 @@ Steps to reproduce the behavior:
**Additional context**
(Add any other context about the problem here)
(Add any other context about the problem here)

View file

@ -2,7 +2,7 @@
name: "\U0001F680 Feature request"
about: Propose a new feature
title: ''
labels: enhancement
labels: 'type/enhancement'
assignees: ''
---
@ -39,4 +39,4 @@ assignees: ''
You might want to link to related issues here, if you haven't already.
-->
(Write your answer here.)
(Write your answer here.)