forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6d95f0
commit cfc3683
Showing
11 changed files
with
167 additions
and
153 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,26 @@ | ||
# CODEOWNERS: https://help.github.com/articles/about-codeowners/ | ||
# | ||
# List of approvers/reviewers for MANTRA Chain, a Layer 1 Blockchain, | ||
# capable of adherence to real world regulatory requirements. | ||
# | ||
############################################################## | ||
# | ||
# Get in touch with us via the MANTRA Chain Association Community | ||
# https://github.com/MANTRA-Chain/community | ||
# | ||
# | ||
# Learn about CODEOWNERS file format: | ||
# https://help.github.com/en/articles/about-code-owners | ||
# | ||
|
||
# NOTE: Order is important; the last matching pattern takes the most precedence | ||
|
||
# Primary repo maintainers | ||
###################### | ||
# Primary Repo Maintainers | ||
###################### | ||
* @devops-admins-team @development-team-blockchain | ||
|
||
* @cosmos/sdk-core-dev | ||
|
||
# CODEOWNERS for docs configuration | ||
|
||
/docs/docusaurus.config.js @julienrbrt @tac0turtle | ||
/docs/sidebars.js @julienrbrt @tac0turtle | ||
/docs/pre.sh @julienrbrt @tac0turtle | ||
/docs/post.sh @julienrbrt @tac0turtle | ||
###################### | ||
# DevOps/Infrastructure | ||
###################### | ||
.k8s/ @devops-team @devops-team-admins @development-team-blockchain-admins | ||
.github/ @devops-team @devops-team-admins @development-team-blockchain-admins |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: 🐛 Bug report | ||
description: Create a report to help us squash bugs! | ||
title: "[Bug]: " | ||
labels: ["T:Bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Guidelines for Submitting a Bug Report | ||
_Thanks for taking the time to fill out this bug report! | ||
Before smashing the submit button please review the template. | ||
Please also ensure that this is not a duplicate issue :)_ | ||
## 🚨 IMPORTANT Notes on Security | ||
_Prior to opening a bug report, check if it affects one of the core modules | ||
and if its elegible for a bug bounty on `SECURITY.md`. Bugs that are not submitted | ||
through the appropriate channels won't receive any bounty._ | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: Summary of the Bug/Defect | ||
description: Concisely describe the issue. What did was expected? | ||
placeholder: Tell us what occured versus what you expected. | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: How to reproduce? | ||
description: Please describe how to reproduce the bug/defect. | ||
placeholder: What commands in order should someone run to reproduce the defect? | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: If applicable, specify the version you're using | ||
placeholder: v1.0.0, v0.50.10-mantrachain-v1.0.0, main, etc. | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: ✨ Feature Request | ||
description: Create a Proposal to Request a Feature | ||
title: "[Feature]: " | ||
labels: ["T:feature-request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Guidelines for Submitting a Feature Request | ||
_✰ Thanks for proposing a potential new and exciting feature! ✰ | ||
Before smashing the submit button please review the template. | ||
Word of caution: poorly thought-out proposals may be rejected | ||
without deliberation._ | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: Brief | ||
description: Short, concise description of the proposed feature. | ||
placeholder: Summary of new feature or enhancement. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem Definition | ||
description: Why do we need this feature? | ||
placeholder: | | ||
What problems may be addressed by introducing this feature? | ||
What benefits does the SDK stand to gain by including this feature? | ||
Are there any disadvantages of including this feature? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: proposal | ||
attributes: | ||
label: Proposal | ||
description: Detailed description of requirements of implementation. | ||
placeholder: | | ||
Requirements or Technical Review of Implementation; Checklists and Acceptance Criteria. | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: 📋 Github Issue | ||
description: Create a Development Task/User Story | ||
title: "[Issue]: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Guidelines for Submitting a Bug Report | ||
_✰ Thanks for opening an issue! ✰ | ||
Before smashing the submit button please review the template. | ||
Word of caution: poorly thought-out proposals may be rejected | ||
without deliberation._ | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: Brief | ||
description: Short, concise description of the proposed feature/changes to the repository. | ||
placeholder: What are the user needs? How could this solution fix the user facing problem? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: requirements | ||
attributes: | ||
label: Requirements | ||
description: Craft Requirements and/or checklist of acceptance criteria to complete this work. | ||
placeholder: What tasks need to be completed to fulfill the brief noted above? Are there any specific functions that are required? | ||
validations: | ||
required: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ project_name: cosmos-sdk | |
|
||
release: | ||
github: | ||
owner: cosmos | ||
owner: MANTRA-Chain | ||
name: cosmos-sdk | ||
|
||
builds: | ||
|