mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Add Types to the templates (#2625)
This commit is contained in:
parent
0cbc4b3a9e
commit
76160e5818
2 changed files with 8 additions and 6 deletions
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -1,8 +1,9 @@
|
|||
name: Bug Report
|
||||
description: File a bug report.
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
projects: ["meshtastic/Meshtastic-Android"]
|
||||
labels: [bug]
|
||||
type: Bug
|
||||
projects: [meshtastic/Meshtastic-Android]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
@ -22,7 +23,7 @@ body:
|
|||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
value: "A bug happened!"
|
||||
value: A bug happened!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
|||
7
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
7
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -1,8 +1,9 @@
|
|||
name: Feature Request
|
||||
description: File a request for new feature or functionality.
|
||||
title: "[Feature Request]: "
|
||||
labels: ["enhancement"]
|
||||
projects: ["meshtastic/Meshtastic-Android"]
|
||||
labels: [enhancement]
|
||||
type: Feature
|
||||
projects: [meshtastic/Meshtastic-Android]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
@ -22,7 +23,7 @@ body:
|
|||
label: Tell us your idea.
|
||||
description: Tell us what you'd like the app to do. Give as much detail as you can.
|
||||
placeholder: Your idea
|
||||
value: "I'd like the app to..."
|
||||
value: I'd like the app to...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue