Add Types to the templates (#2625)

This commit is contained in:
DaneEvans 2025-08-03 13:54:08 +10:00 committed by GitHub
parent 0cbc4b3a9e
commit 76160e5818
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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