mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: add markdown rendering to issue templates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user