From ac2f65844cddc46eba3868b3b43cea1d786b37c0 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Thu, 3 Oct 2024 23:58:56 -0400 Subject: [PATCH] refactor: rename bug-report issue template to bug --- .../{bug-report.yml => bug.yml} | 0 .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/default.md | 22 ---------- .github/ISSUE_TEMPLATE/okr.yml | 42 +++++++++++++++++++ .github/ISSUE_TEMPLATE/todo.yml | 0 .github/ISSUE_TEMPLATE/tracking.md | 26 ------------ 6 files changed, 43 insertions(+), 49 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.yml => bug.yml} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/default.md create mode 100644 .github/ISSUE_TEMPLATE/okr.yml create mode 100644 .github/ISSUE_TEMPLATE/todo.yml delete mode 100644 .github/ISSUE_TEMPLATE/tracking.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8121ab346..ee0f962f1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Sonr Community Support + - name: Community Discussions url: https://github.com/orgs/onsonr/discussions about: Please submit ideas and suggestions here. diff --git a/.github/ISSUE_TEMPLATE/default.md b/.github/ISSUE_TEMPLATE/default.md deleted file mode 100644 index 5c8c838bb..000000000 --- a/.github/ISSUE_TEMPLATE/default.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Default Task -about: Break down feature requirements into tasks. -title: "Name of the new task" -labels: TODO -assignees: prnk28 -projects: onsonr/37 ---- - -## Description - -Write a "prompt" for the task. - -## Associated Files - -- [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) - -## References - -- [Cosmos ORM Docs](https://github.com/cosmos/orm) -- [DID Document Spec](https://docs.cosmos.network) diff --git a/.github/ISSUE_TEMPLATE/okr.yml b/.github/ISSUE_TEMPLATE/okr.yml new file mode 100644 index 000000000..7b4f542a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/okr.yml @@ -0,0 +1,42 @@ +name: Default Todo +description: Break down feature requirements into tasks. +title: "Name of the new task" +labels: ["TODO"] +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: Write a "prompt" for the task. + validations: + required: false + - type: textarea + attributes: + label: Associated Files + description: | + - [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) + 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) + validations: + required: false + - type: textarea + attributes: + label: References + description: | + - [Cosmos ORM Docs](https://github.com/cosmos/orm) + - [DID Document Spec](https://docs.cosmos.network) + render: markdown + value: | + - [Cosmos ORM Docs](https://github.com/cosmos/orm) + - [DID Document Spec](https://docs.cosmos.network) + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/todo.yml b/.github/ISSUE_TEMPLATE/todo.yml new file mode 100644 index 000000000..e69de29bb diff --git a/.github/ISSUE_TEMPLATE/tracking.md b/.github/ISSUE_TEMPLATE/tracking.md deleted file mode 100644 index b01d8e547..000000000 --- a/.github/ISSUE_TEMPLATE/tracking.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Tracking issue -about: Use this template for tracking new features. -title: "(v0.6): FEATURE NAME" -labels: OKR -assignees: prnk28 -projects: onsonr/37 ---- - -> [!IMPORTANT] -> **This is a tracking issue for tracking a new feature for a given milestone.** - -## Objective - -Explain the objective of the feature. - -## Task List - -- [ ] -- [ ] -- [ ] - -## Additional Resources - -- [Some resource](https://some-resource.com) -- [Some other resource](https://some-other-resource.com)