Skip to content

Commit

Permalink
chore: Update templates (#520)
Browse files Browse the repository at this point in the history
* chore: update templates

Update general template and add more to description about providing repo links

* chore: update more templates

change compiler, contract-verification, and SDK to be update
  • Loading branch information
bxpana authored May 9, 2024
1 parent af5d83e commit e5f774e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .github/DISCUSSION_TEMPLATE/Compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ body:
value: |
## Check the docs!
Have you check these sections of the docs?
- [Differences from Ethereum](https://era.zksync.io/docs/dev/building-on-zksync/contracts/differences-with-ethereum.html)
- [Compiler Documentation](https://docs.zksync.io/zk-stack/components/compiler/toolchain/overview.html#ir-compilers)
- [Compiler zksolc](https://docs.zksync.io/zk-stack/components/compiler/toolchain/solidity.html)
- [Compiler zkvyper](https://docs.zksync.io/zk-stack/components/compiler/toolchain/vyper.html)
- [Configure hardhat-zksolc](https://docs.zksync.io/build/tooling/hardhat/hardhat-zksync-solc.html)
Expand Down
14 changes: 13 additions & 1 deletion .github/DISCUSSION_TEMPLATE/Contract-Verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ body:
Before proceeding, please check these links for contract verification help:
- [Verifying contracts using the zkSync Era block explorer](https://era.zksync.io/docs/api/tools/block-explorer/contract-verification.html#verifying-contracts-using-the-zksync-era-block-explorer)
- [Verifying contracts using the hardhat-zksync-verify plugin](https://era.zksync.io/docs/api/hardhat/hardhat-zksync-verify.html)
- [Verifying contracts using the hardhat-zksync-verify-vyper plugin](https://docs.zksync.io/build/tooling/hardhat/hardhat-zksync-verify-vyper.html)
- type: dropdown
id: environment
attributes:
Expand All @@ -18,7 +19,18 @@ body:
- Mainnet
validations:
required: true


- type: dropdown
id: version
attributes:
label: Block Explorer
options:
-
- https://explorer.zksync.io/
- https://era.zksync.network/
validations:
required: true

- type: checkboxes
id: issue-type
attributes:
Expand Down
34 changes: 18 additions & 16 deletions .github/DISCUSSION_TEMPLATE/SDKs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,32 @@ body:
- [Python SDK](https://era.zksync.io/docs/api/python)
- [Java SDK](https://era.zksync.io/docs/api/java)
- [Go SDK](https://era.zksync.io/docs/api/go)
- type: dropdown
id: environment
- [Swift SDK](https://docs.zksync.io/build/sdks/swift/getting-started.html)
- [Rust SDK](https://docs.zksync.io/build/sdks/rust/getting-started.html)
- type: dropdown
id: type
attributes:
label: Environment
label: Select the SDK
options:
-
- Testnet
- Mainnet
- JavaScript
- Python
- Java
- Go
- Swift
- Rust
validations:
required: true

- type: markdown
attributes:
value: |
#### ⚠️ Note
We are currently updating the Go SDK. You may encounter errors when trying things out. Apologies for the inconvenience, we will update the documentation in due course.
- type: checkboxes
id: sdk-updates-acknowledgement
- type: dropdown
id: environment
attributes:
label: Acknowledgement
label: Environment
options:
- label: I understand that issues are expected with the Go SDK as they are being updated.
-
- Testnet
- Mainnet
validations:
required: true

Expand Down

1 comment on commit e5f774e

@seboktomi12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow

Please sign in to comment.