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

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

View File

@ -4,17 +4,11 @@ title: "Name of the new task"
labels: ["TODO"]
projects: ["onsonr/37"]
body:
- type: checkboxes
attributes:
label: Is this associated with a tracking issue?
description: This is a implementation issue for coompletion of a task for a Objective.
options:
- label: I have confirmed this is associated with a tracking issue.
required: true
- type: textarea
attributes:
label: Description
description: The expected deliverable of the task.
render: markdown
validations:
required: false
- type: textarea
@ -22,7 +16,6 @@ body:
label: Associated Files
description: |
These files will be modified by this task.
render: markdown
value: |
- [proto/did/v1/state.proto](https://github.com/onsonr/sonr/blob/develop/proto/did/v1/state.proto)
- [proto/did/v1/tx.proto](https://github.com/onsonr/sonr/blob/develop/proto/did/v1/tx.proto)
@ -33,7 +26,6 @@ body:
label: References
description: |
Use these documents to help you complete the task.
render: markdown
value: |
- [Cosmos ORM Docs](https://github.com/cosmos/orm)
- [DID Document Spec](https://docs.cosmos.network)