feat: add issue templates for tracking and task issues

This commit is contained in:
Prad Nukala 2024-10-03 23:47:37 -04:00
parent fcf4ab5b4f
commit 546dd7b4ad
3 changed files with 24 additions and 7 deletions

View File

@ -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.

22
.github/ISSUE_TEMPLATE/default.md vendored Normal file
View File

@ -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)

View File

@ -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.