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
+22
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)