Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add an issue form template for setting up a node #2333

Merged
merged 5 commits into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/syncing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Issue with 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.
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/validators/requirements/
options:
- "Yes"
- "No"
- type: dropdown
attributes:
label: Have you completed the setup?
description: See https://www.zetachain.com/docs/validators/setup/
options:
- "Yes"
- "No"
- type: dropdown
attributes:
label: Which method are you using?
description: If you used different methods, please, create separate issues.
options:
- State-Sync
- Snapshot
- KSYNC
- 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.
Loading