This commit is contained in:
Matt Hill
2021-12-01 15:20:24 -07:00
committed by GitHub
parent 76d77c81f1
commit 5830564933
2 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
name: 🐛 Bug Report
description: Create a report to help us improve EmbassyOS
title: '[bug]: '
labels: ["Bug", "Needs Triage"]
labels: [Bug, Needs Triage]
body:
- type: checkboxes
attributes:
@@ -91,10 +91,10 @@ body:
4. See error...
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Screenshots? Links? References? Anything that will give us more context about the issue you are encountering.
- type: textarea
attributes:
label: Anything else?
description: |
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.

View File

@@ -1,7 +1,7 @@
name: 💡 Feature Request
description: Suggest an idea for EmbassyOS
title: '[feat]: '
labels: ["Enhancement"]
labels: [Enhancement]
body:
- type: checkboxes
attributes:
@@ -30,10 +30,10 @@ body:
attributes:
label: Describe Alternatives
description: A clear and concise description of any alternative solutions or features you have considered.
- type: textarea
attributes:
label: Anything else?
description: |
Screenshots? Links? References? Anything that will give us more context about the feature you are suggesting.
- type: textarea
attributes:
label: Anything else?
description: |
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.