From 546dd7b4adb1bbc515064d6c7f4ed37c7d2e96ea Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Thu, 3 Oct 2024 23:47:37 -0400 Subject: [PATCH] feat: add issue templates for tracking and task issues --- .github/ISSUE_TEMPLATE/config.yml | 5 +---- .github/ISSUE_TEMPLATE/default.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/tracking.md | 4 +--- 3 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/default.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 79904073d..8121ab346 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,4 @@ blank_issues_enabled: false contact_links: - name: Sonr Community Support url: https://github.com/orgs/onsonr/discussions - about: Please ask and answer questions here. - - name: Sonr Security Bug Bounty - url: https://bounty.github.com/ - about: Please report security vulnerabilities here. + about: Please submit ideas and suggestions here. diff --git a/.github/ISSUE_TEMPLATE/default.md b/.github/ISSUE_TEMPLATE/default.md new file mode 100644 index 000000000..5c8c838bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/default.md @@ -0,0 +1,22 @@ +--- +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/tracking.md b/.github/ISSUE_TEMPLATE/tracking.md index e3ab43bc3..b01d8e547 100644 --- a/.github/ISSUE_TEMPLATE/tracking.md +++ b/.github/ISSUE_TEMPLATE/tracking.md @@ -2,7 +2,7 @@ name: Tracking issue about: Use this template for tracking new features. title: "(v0.6): FEATURE NAME" -labels: Tracking, Milestone +labels: OKR assignees: prnk28 projects: onsonr/37 --- @@ -10,8 +10,6 @@ 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.