From 3adf42925d2164c5793a51259cd14daf5dcba375 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Fri, 4 Oct 2024 00:05:55 -0400 Subject: [PATCH] feat: add markdown rendering to issue templates --- .github/ISSUE_TEMPLATE/okr.yml | 6 ++---- .github/ISSUE_TEMPLATE/todo.yml | 10 +--------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/okr.yml b/.github/ISSUE_TEMPLATE/okr.yml index 4014417c1..a644651ae 100644 --- a/.github/ISSUE_TEMPLATE/okr.yml +++ b/.github/ISSUE_TEMPLATE/okr.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/todo.yml b/.github/ISSUE_TEMPLATE/todo.yml index 63feccbfa..f25fb80d4 100644 --- a/.github/ISSUE_TEMPLATE/todo.yml +++ b/.github/ISSUE_TEMPLATE/todo.yml @@ -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)