refactor: rename bug-report issue template to bug

This commit is contained in:
Prad Nukala 2024-10-03 23:58:56 -04:00
parent 546dd7b4ad
commit ac2f65844c
6 changed files with 43 additions and 49 deletions

View File

@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Sonr Community Support
- name: Community Discussions
url: https://github.com/orgs/onsonr/discussions
about: Please submit ideas and suggestions here.

View File

@ -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
View 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
View File

View File

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