style(templates): Default title tag for issue templates (#3488)

This commit is contained in:
Alex 2021-07-24 00:36:48 +03:00 committed by GitHub
parent 1a79b4827c
commit e1d2a931b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
name: Bug Report
description: Something isn't working quite right in the software.
labels: [not confirmed]
body:
- type: markdown
attributes:

View File

@ -1,5 +1,6 @@
name: Feature Request
description: Suggest a new feature or improvement for the software.
labels: [feature request]
body:
- type: checkboxes
attributes: