Add GH types to issue templates (#3991)

This commit is contained in:
filtered
2025-05-30 19:57:10 +10:00
committed by GitHub
parent 2c37dba143
commit 4dfe75d68b
2 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
name: Bug Report name: Bug Report
description: "Something is not behaving as expected." description: 'Something is not behaving as expected.'
title: "[Bug]: " title: '[Bug]: '
labels: ['Potential Bug'] labels: ['Potential Bug']
type: Bug
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@@ -1,7 +1,8 @@
name: Feature Request name: Feature Request
description: Suggest an idea for this project description: Suggest an idea for this project
title: "[Feature Request]: " title: '[Feature Request]: '
labels: ["enhancement"] labels: ['enhancement']
type: Feature
body: body:
- type: checkboxes - type: checkboxes