chore: update issue templates to include type field (#34997)
This commit is contained in:
parent
7026e5dd70
commit
7a2d56d0ff
|
@ -1,6 +1,7 @@
|
||||||
name: Bug Report 🪲
|
name: Bug Report 🪲
|
||||||
description: Create a bug report to help us improve
|
description: Create a bug report to help us improve
|
||||||
title: '[Bug]: '
|
title: '[Bug]: '
|
||||||
|
type: Bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
name: Documentation 📖
|
name: Documentation 📖
|
||||||
description: Submit a request to add or update documentation
|
description: Submit a request to add or update documentation
|
||||||
title: '[Docs]: '
|
title: '[Docs]: '
|
||||||
|
type: Bug
|
||||||
labels: ['Documentation :book:']
|
labels: ['Documentation :book:']
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
name: Feature Request 🚀
|
name: Feature Request 🚀
|
||||||
description: Submit a proposal for a new feature
|
description: Submit a proposal for a new feature
|
||||||
title: '[Feature]: '
|
title: '[Feature]: '
|
||||||
|
type: Feature
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -23,5 +23,5 @@ body:
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> This issue will be closed.
|
> This issue will be closed.
|
||||||
options:
|
options:
|
||||||
- label: I understand
|
- label: I understand that this issue will be closed
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: Report regression
|
name: Report regression
|
||||||
description: Functionality that used to work and does not any more
|
description: Functionality that used to work and does not any more
|
||||||
title: "[Regression]: "
|
title: "[Regression]: "
|
||||||
|
type: Bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue