Swap to forms

This commit is contained in:
Joel Challis
2021-06-26 23:39:01 +01:00
committed by GitHub
parent 67999313a6
commit 04d2e67cb4
2 changed files with 28 additions and 21 deletions
-21
View File
@@ -1,21 +0,0 @@
---
name: Bug Report
about: Create a report to help us improve or fix a problem.
title: "[Bug] "
labels: bug
assignees: ''
---
<!-- Provide a general summary of the bug in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Describe the Bug
<!-- A clear and concise description of what the bug is. -->
## Additional Context
<!-- Add any other relevant information about the problem here. -->
+28
View File
@@ -0,0 +1,28 @@
name: Bug Report
description: Create a report to help us improve or fix a problem.
title: "[Bug] "
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Please provide a general summary of the bug in the title above.
- type: textarea
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Additional Context?
description: |
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.
validations:
required: false