mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix yaml (#884)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: 🐛 Bug Report
|
name: 🐛 Bug Report
|
||||||
description: Create a report to help us improve EmbassyOS
|
description: Create a report to help us improve EmbassyOS
|
||||||
title: '[bug]: '
|
title: '[bug]: '
|
||||||
labels: ["Bug", "Needs Triage"]
|
labels: [Bug, Needs Triage]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
@@ -91,10 +91,10 @@ body:
|
|||||||
4. See error...
|
4. See error...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything else?
|
label: Anything else?
|
||||||
description: |
|
description: |
|
||||||
Screenshots? Links? References? Anything that will give us more context about the issue you are encountering.
|
Screenshots? Links? References? Anything that will give us more context about the issue you are encountering.
|
||||||
|
|
||||||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||||
14
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
14
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: 💡 Feature Request
|
name: 💡 Feature Request
|
||||||
description: Suggest an idea for EmbassyOS
|
description: Suggest an idea for EmbassyOS
|
||||||
title: '[feat]: '
|
title: '[feat]: '
|
||||||
labels: ["Enhancement"]
|
labels: [Enhancement]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
@@ -30,10 +30,10 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Describe Alternatives
|
label: Describe Alternatives
|
||||||
description: A clear and concise description of any alternative solutions or features you have considered.
|
description: A clear and concise description of any alternative solutions or features you have considered.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything else?
|
label: Anything else?
|
||||||
description: |
|
description: |
|
||||||
Screenshots? Links? References? Anything that will give us more context about the feature you are suggesting.
|
Screenshots? Links? References? Anything that will give us more context about the feature you are suggesting.
|
||||||
|
|
||||||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||||
Reference in New Issue
Block a user