mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
feat: add issue templates for tracking and task issues
This commit is contained in:
parent
fcf4ab5b4f
commit
546dd7b4ad
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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
22
.github/ISSUE_TEMPLATE/default.md
vendored
Normal 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)
|
4
.github/ISSUE_TEMPLATE/tracking.md
vendored
4
.github/ISSUE_TEMPLATE/tracking.md
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user