chore: add labels and titles to issue templates (#4214)

This commit is contained in:
Erez Rokah 2020-08-27 02:58:44 -07:00 committed by GitHub
parent 86829ccc74
commit 8d693caebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
---
name: Bug report
about: Report a problem you are experiencing
title: 'Please replace with a clear and descriptive title'
labels: 'type: bug'
---
<!--

View File

@ -1,7 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
title: 'Please replace with a clear and descriptive title'
labels: 'type: feature'
---
<!--