mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
github: update issue template presets (#19026)
This commit is contained in:
parent
a1aca4c578
commit
def0161281
3
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: 🐛 Bug Report
|
name: 🐛 Bug Report
|
||||||
description: Report a bug
|
description: Report a bug
|
||||||
title: (bug report summary)
|
labels: [Bug]
|
||||||
labels: Bug
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
3
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
3
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: 🚀 Feature Request
|
name: 🚀 Feature Request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: (feature request summary)
|
labels: [Feature Request]
|
||||||
labels: Feature Request
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
Loading…
Reference in New Issue
Block a user