mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 09:51:39 +00:00
feat: add issue templates for tracking and task issues
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user