-
Notifications
You must be signed in to change notification settings - Fork 110
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
Showing
445 changed files
with
16,238 additions
and
10,380 deletions.
There are no files selected for viewing
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,20 @@ | ||
reviews: | ||
path_filters: | ||
- "**/*.pb.go" | ||
- "**/*.pb.gw.go" | ||
path_instructions: | ||
- path: '**/*.go' | ||
instructions: >- | ||
Review the Go code, point out issues relative to principles of clean | ||
code, expressiveness, and performance. | ||
- path: '**/*.proto' | ||
instructions: >- | ||
Review the Protobuf definitions, point out issues relative to | ||
compatibility, and expressiveness. | ||
- path: '**/*.sh' | ||
instructions: >- | ||
Review the shell scripts, point out issues relative to security, | ||
performance, and maintainability. | ||
auto_review: | ||
base_branches: | ||
- develop |
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,3 +1,3 @@ | ||
* @brewmaster012 @kingpinXD @lumtis @ws4charlie @skosito | ||
* @brewmaster012 @kingpinXD @lumtis @ws4charlie @skosito @swift1337 | ||
|
||
.github/** @zeta-chain/devops |
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,50 @@ | ||
name: Having difficulties setting up or syncing a node | ||
description: Please fill out the following form to help us understand and resolve your issue with setting up or syncing a node. Provide as much detail as possible to ensure a quick and accurate resolution. | ||
labels: ["infra"] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Which environment are you setting a node for? | ||
options: | ||
- Mainnet | ||
- Testnet | ||
- type: dropdown | ||
attributes: | ||
label: Does your machine match the technical requirements? | ||
description: See https://www.zetachain.com/docs/nodes/start-here/requirements/ | ||
options: | ||
- "Yes" | ||
- "No" | ||
- type: dropdown | ||
attributes: | ||
label: Have you completed the setup? | ||
description: See https://www.zetachain.com/docs/nodes/start-here/setup/ | ||
options: | ||
- "Yes" | ||
- "No" | ||
- type: dropdown | ||
attributes: | ||
label: Which method are you using? | ||
description: If you used different methods, please, create separate issues. | ||
options: | ||
- Snapshot | ||
- KSYNC | ||
- type: dropdown | ||
attributes: | ||
label: Did you build your binary from source or download it from the Releases page? | ||
description: "We recommend using binaries from our Releases page: https://github.com/zeta-chain/node/releases" | ||
options: | ||
- "Downloaded from Releases page" | ||
- "Built locally" | ||
- type: textarea | ||
attributes: | ||
label: Please, share the contents of config.toml | ||
description: By default the file is in `$HOME/.zetacored/config/` | ||
- type: textarea | ||
attributes: | ||
label: Please, share the contents of app.toml | ||
description: By default the file is in `$HOME/.zetacored/config/` | ||
- type: textarea | ||
attributes: | ||
label: Additional details | ||
description: Any other information that might help us resolve your issue. |
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
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
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
Oops, something went wrong.