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: attributes:
label: Objective label: Objective
description: Explain the objective of the feature. description: Explain the objective of the feature.
render: markdown
validations: validations:
required: false required: false
- type: textarea - type: textarea
@ -26,15 +27,12 @@ body:
- [ ] Task 1 - [ ] Task 1
- [ ] Task 2 - [ ] Task 2
- [ ] Task 3 - [ ] Task 3
render: markdown
validations: validations:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: Additional Resources label: Additional Resources
description: | description: |
Links? References? Anything that will give us more context about the issue you are encountering! Provide additional context relevant to the feature.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations: validations:
required: false required: false

View File

@ -4,17 +4,11 @@ title: "Name of the new task"
labels: ["TODO"] labels: ["TODO"]
projects: ["onsonr/37"] projects: ["onsonr/37"]
body: 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 - type: textarea
attributes: attributes:
label: Description label: Description
description: The expected deliverable of the task. description: The expected deliverable of the task.
render: markdown
validations: validations:
required: false required: false
- type: textarea - type: textarea
@ -22,7 +16,6 @@ body:
label: Associated Files label: Associated Files
description: | description: |
These files will be modified by this task. These files will be modified by this task.
render: markdown
value: | value: |
- [proto/did/v1/state.proto](https://github.com/onsonr/sonr/blob/develop/proto/did/v1/state.proto) - [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) - [proto/did/v1/tx.proto](https://github.com/onsonr/sonr/blob/develop/proto/did/v1/tx.proto)
@ -33,7 +26,6 @@ body:
label: References label: References
description: | description: |
Use these documents to help you complete the task. Use these documents to help you complete the task.
render: markdown
value: | value: |
- [Cosmos ORM Docs](https://github.com/cosmos/orm) - [Cosmos ORM Docs](https://github.com/cosmos/orm)
- [DID Document Spec](https://docs.cosmos.network) - [DID Document Spec](https://docs.cosmos.network)