diff --git a/.github/DISCUSSION_TEMPLATE/Compilers.yml b/.github/DISCUSSION_TEMPLATE/Compilers.yml index 7ff65eb..41b5cdc 100644 --- a/.github/DISCUSSION_TEMPLATE/Compilers.yml +++ b/.github/DISCUSSION_TEMPLATE/Compilers.yml @@ -6,10 +6,10 @@ body: value: | ## Check the docs! Have you check these sections of the docs? - - [Compiler zksolc](https://era.zksync.io/docs/api/compiler-toolchain/solidity.html) - - [Compiler zkvyper](https://era.zksync.io/docs/api/compiler-toolchain/vyper.html) - - [Configure hardhat-zksolc](https://era.zksync.io/docs/api/hardhat/hardhat-zksync-solc.html) - - [Configure hardhat-zkvyper](https://era.zksync.io/docs/api/hardhat/hardhat-zksync-vyper.html) + - [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) + - [Configure hardhat-zkvyper](https://docs.zksync.io/build/tooling/hardhat/hardhat-zksync-vyper.html) - type: checkboxes attributes: label: Which compiler are you using? @@ -43,6 +43,6 @@ body: id: repo attributes: label: Link to your repo? - description: Link to the repo with the contracts and config file + description: Though not mandatory, sharing a repository link with a README that details how to replicate the issue and the errors you're encountering will significantly expedite our support process. validations: required: false diff --git a/.github/DISCUSSION_TEMPLATE/Contract-Verification.yml b/.github/DISCUSSION_TEMPLATE/Contract-Verification.yml index 30c38a3..5b6f15e 100644 --- a/.github/DISCUSSION_TEMPLATE/Contract-Verification.yml +++ b/.github/DISCUSSION_TEMPLATE/Contract-Verification.yml @@ -94,7 +94,7 @@ body: id: repo-link attributes: label: Repo Link (Optional) - description: If applicable, please provide a link to a repo + description: Though not mandatory, sharing a repository link with a README that details how to replicate the issue and the errors you're encountering will significantly expedite our support process. validations: required: false diff --git a/.github/DISCUSSION_TEMPLATE/Deployments.yml b/.github/DISCUSSION_TEMPLATE/Deployments.yml index 77450bb..a29ee7a 100644 --- a/.github/DISCUSSION_TEMPLATE/Deployments.yml +++ b/.github/DISCUSSION_TEMPLATE/Deployments.yml @@ -85,7 +85,7 @@ body: id: repo-link attributes: label: Repo Link (Optional) - description: If applicable, please provide a link to a repo + description: Though not mandatory, sharing a repository link with a README that details how to replicate the issue and the errors you're encountering will significantly expedite our support process. validations: required: false diff --git a/.github/DISCUSSION_TEMPLATE/General.yml b/.github/DISCUSSION_TEMPLATE/General.yml index 70a1720..f7b634e 100644 --- a/.github/DISCUSSION_TEMPLATE/General.yml +++ b/.github/DISCUSSION_TEMPLATE/General.yml @@ -5,12 +5,10 @@ body: attributes: value: | ## Check the docs! - Before proceeding, please check these links for contract verification help: + Before proceeding, please check these links for general help: - [Differences from Ethereum](https://era.zksync.io/docs/dev/building-on-zksync/contracts/differences-with-ethereum.html) - [Fee mechanism](https://era.zksync.io/docs/dev/developer-guides/transactions/fee-model.html) - - [Tutorials](https://era.zksync.io/docs/dev/tutorials) - - [Changelog](https://era.zksync.io/docs/dev/troubleshooting/changelog.html) - - [Important links](https://era.zksync.io/docs/dev/troubleshooting/important-links.html) + - [FAQ](https://docs.zksync.io/build/support/faq.html) - type: dropdown id: environment @@ -25,56 +23,7 @@ body: - type: textarea id: functionality-description attributes: - label: Provide a brief description of the functionality you're trying to implement. - validations: - required: true - - - type: textarea - id: specific-issue - attributes: - label: What is the specific issue or error you're encountering? - validations: - required: true - - - type: textarea - id: error-messages - attributes: - label: Can you share the error messages or logs you're receiving, if any? - validations: - required: true - - - type: textarea - id: recent-changes - attributes: - label: Have you made any recent changes to the contract before encountering this issue? - validations: - required: true - - - type: textarea - id: external-libraries - attributes: - label: Are there any external libraries or contracts that your contract interacts with? - validations: - required: true - - - type: textarea - id: contract-code - attributes: - label: Can you provide the relevant portions of your contract code where the issue is occurring? - validations: - required: true - - - type: textarea - id: isolation-results - attributes: - label: Have you tried to isolate the problem, and if so, what were the results? - validations: - required: true - - - type: textarea - id: resolution-steps - attributes: - label: What steps have you already taken to try to resolve the issue? + label: Provide a brief description of the functionality you're trying to implement and the issue you are running into. validations: required: true @@ -82,7 +31,7 @@ body: id: repo-link attributes: label: Repo Link (Optional) - description: If applicable, please provide a link to a repo + description: Though not mandatory, sharing a repository link with a README that details how to replicate the issue and the errors you're encountering will significantly expedite our support process. validations: required: false diff --git a/.github/DISCUSSION_TEMPLATE/SDKs.yml b/.github/DISCUSSION_TEMPLATE/SDKs.yml index c04017e..dda000d 100644 --- a/.github/DISCUSSION_TEMPLATE/SDKs.yml +++ b/.github/DISCUSSION_TEMPLATE/SDKs.yml @@ -62,6 +62,6 @@ body: id: repo-link attributes: label: Repo Link (Optional) - description: If applicable, please provide a link to a repo + description: Though not mandatory, sharing a repository link with a README that details how to replicate the issue and the errors you're encountering will significantly expedite our support process. validations: required: false diff --git a/.github/DISCUSSION_TEMPLATE/show-and-tell.yml b/.github/DISCUSSION_TEMPLATE/show-and-tell.yml index 7f08135..9ca77c9 100644 --- a/.github/DISCUSSION_TEMPLATE/show-and-tell.yml +++ b/.github/DISCUSSION_TEMPLATE/show-and-tell.yml @@ -47,14 +47,14 @@ body: attributes: label: What specific feedback are you looking for? validations: - required: true + required: false - type: textarea id: community-help attributes: label: How can the community help or contribute to your project? validations: - required: true + required: false - type: textarea id: additional-info