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

ci: add infra label to issue form #2352

Merged
merged 5 commits into from
Jun 19, 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
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/syncing.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
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:
Expand Down Expand Up @@ -30,10 +31,10 @@ body:
- KSYNC
- type: dropdown
attributes:
label: Did you build your binary from source or download it from the Releases[https://github.com/zeta-chain/node/releases] page?
description: We recommend using binaries from our releases page.
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"
- "Downloaded from Releases page"
- "Built locally"
- type: textarea
attributes:
Expand Down
Loading