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
description: "Something is not behaving as expected."
title: "[Bug]: "
description: 'Something is not behaving as expected.'
title: '[Bug]: '
labels: ['Potential Bug']
type: Bug
body:
- type: markdown
attributes:

View File

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