Skip to content

Commit b3f8907

Browse files
authored
chore: Update syncing issue form (#2339)
* chore: Update syncing issue form * Update changelog * update PR number * Update label
1 parent 5bcb1c4 commit b3f8907

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/syncing.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ body:
2828
options:
2929
- Snapshot
3030
- KSYNC
31+
- type: dropdown
32+
attributes:
33+
label: Did you build your binary from source or download it from the Releases[https://github.com/zeta-chain/node/releases] page?
34+
description: We recommend using binaries from our releases page.
35+
options:
36+
- "Downloaded from releases page"
37+
- "Built locally"
3138
- type: textarea
3239
attributes:
3340
label: Please, share the contents of config.toml

changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* [2313](https://github.com/zeta-chain/node/pull/2313) - add `CheckAuthorization` function to replace the `IsAuthorized` function. The new function uses the authorization list to verify the signer's authorization.
2727
* [2312](https://github.com/zeta-chain/node/pull/2312) - add queries `ShowAuthorization` and `ListAuthorizations`
2828
* [2325](https://github.com/zeta-chain/node/pull/2325) - revert telemetry server changes
29+
* [2339](https://github.com/zeta-chain/node/pull/2339) - add binaries related question to syncing issue form
2930

3031
### Refactor
3132

0 commit comments

Comments
 (0)