mirror of
https://github.com/tale/headplane.git
synced 2026-08-31 01:09:25 +00:00
chore: update issue templates for new labels
This commit is contained in:
@@ -1,31 +1,31 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report an issue with Headplane
|
description: Report an issue with Headplane
|
||||||
assignees: [tale]
|
assignees: [tale]
|
||||||
labels: [bug, triage]
|
labels: ["Bug", "Needs Triage"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: |
|
description: |
|
||||||
A detailed description of the issue and steps to reproduce it.
|
A detailed description of the issue and steps to reproduce it.
|
||||||
If applicable, include any error messages or screenshots.
|
If applicable, include any error messages or screenshots.
|
||||||
|
|
||||||
If this is not an issue with Headplane, but an issue with your
|
If this is not an issue with Headplane, but an issue with your
|
||||||
environment, please consider opening a discussion instead.
|
environment, please consider opening a discussion instead.
|
||||||
placeholder: e.g. "When I try to upload a file, I get an error message."
|
placeholder: e.g. "When I try to upload a file, I get an error message."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Headplane Version
|
label: Headplane Version
|
||||||
description: What version of Headplane are you using?
|
description: What version of Headplane are you using?
|
||||||
placeholder: e.g. "v0.5.5"
|
placeholder: e.g. "v0.6.2"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Headscale Version
|
label: Headscale Version
|
||||||
description: What version of Headscale are you using?
|
description: What version of Headscale are you using?
|
||||||
placeholder: e.g. "v0.25.1"
|
placeholder: e.g. "v0.27.1"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Request a new feature or enhancement for Headplane
|
description: Request a new feature or enhancement for Headplane
|
||||||
assignees: [tale]
|
assignees: [tale]
|
||||||
labels: [enhancement, triage]
|
labels: ["Feature", "Needs Triage"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: |
|
description: |
|
||||||
A detailed description of the feature you would like to see added.
|
A detailed description of the feature you would like to see added.
|
||||||
Please include any relevant context, such as why this feature is
|
Please include any relevant context, such as why this feature is
|
||||||
important and how it would benefit other users beyond yourself.
|
important and how it would benefit other users beyond yourself.
|
||||||
placeholder: e.g. "I would like to see support for custom themes in Headplane so that I can personalize the interface to my liking."
|
placeholder: e.g. "I would like to see support for custom themes in Headplane so that I can personalize the interface to my liking."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user