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 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.

View File

@@ -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.