feat: add markdown rendering to issue templates

This commit is contained in:
Prad Nukala
2024-10-04 00:05:55 -04:00
parent f95fa2c906
commit 3adf42925d
2 changed files with 3 additions and 13 deletions
+2 -4
View File
@@ -15,6 +15,7 @@ body:
attributes:
label: Objective
description: Explain the objective of the feature.
render: markdown
validations:
required: false
- type: textarea
@@ -26,15 +27,12 @@ body:
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3
render: markdown
validations:
required: false
- type: textarea
attributes:
label: Additional Resources
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.
Provide additional context relevant to the feature.
validations:
required: false