mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: rename bug-report issue template to bug
This commit is contained in:
parent
546dd7b4ad
commit
ac2f65844c
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Sonr Community Support
|
- name: Community Discussions
|
||||||
url: https://github.com/orgs/onsonr/discussions
|
url: https://github.com/orgs/onsonr/discussions
|
||||||
about: Please submit ideas and suggestions here.
|
about: Please submit ideas and suggestions here.
|
||||||
|
22
.github/ISSUE_TEMPLATE/default.md
vendored
22
.github/ISSUE_TEMPLATE/default.md
vendored
@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
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)
|
|
42
.github/ISSUE_TEMPLATE/okr.yml
vendored
Normal file
42
.github/ISSUE_TEMPLATE/okr.yml
vendored
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
name: Default Todo
|
||||||
|
description: Break down feature requirements into tasks.
|
||||||
|
title: "Name of the new task"
|
||||||
|
labels: ["TODO"]
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Is this associated with a tracking issue?
|
||||||
|
description: This is a implementation issue for coompletion of a task for a Objective.
|
||||||
|
options:
|
||||||
|
- label: I have confirmed this is associated with a tracking issue.
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: Write a "prompt" for the task.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Associated Files
|
||||||
|
description: |
|
||||||
|
- [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)
|
||||||
|
render: markdown
|
||||||
|
value: |
|
||||||
|
- [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)
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: References
|
||||||
|
description: |
|
||||||
|
- [Cosmos ORM Docs](https://github.com/cosmos/orm)
|
||||||
|
- [DID Document Spec](https://docs.cosmos.network)
|
||||||
|
render: markdown
|
||||||
|
value: |
|
||||||
|
- [Cosmos ORM Docs](https://github.com/cosmos/orm)
|
||||||
|
- [DID Document Spec](https://docs.cosmos.network)
|
||||||
|
validations:
|
||||||
|
required: false
|
0
.github/ISSUE_TEMPLATE/todo.yml
vendored
Normal file
0
.github/ISSUE_TEMPLATE/todo.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/tracking.md
vendored
26
.github/ISSUE_TEMPLATE/tracking.md
vendored
@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
name: Tracking issue
|
|
||||||
about: Use this template for tracking new features.
|
|
||||||
title: "(v0.6): FEATURE NAME"
|
|
||||||
labels: OKR
|
|
||||||
assignees: prnk28
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Task List
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
- [ ]
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
## Additional Resources
|
|
||||||
|
|
||||||
- [Some resource](https://some-resource.com)
|
|
||||||
- [Some other resource](https://some-other-resource.com)
|
|
Loading…
x
Reference in New Issue
Block a user