diff --git a/.github/DISCUSSION_TEMPLATE/Compilers.yml b/.github/DISCUSSION_TEMPLATE/Compilers.yml index 1878c83..dadb979 100644 --- a/.github/DISCUSSION_TEMPLATE/Compilers.yml +++ b/.github/DISCUSSION_TEMPLATE/Compilers.yml @@ -8,6 +8,13 @@ body: Have you check these sections of the docs? - [Compiler Documentation](https://docs.zksync.io/zk-stack/components/compiler/toolchain) + - type: input + id: team + attributes: + label: Team or Project + description: Enter your team or project name (optional) + validations: + required: false - type: checkboxes attributes: label: Which compiler are you using? diff --git a/.github/DISCUSSION_TEMPLATE/Contract-Verification.yml b/.github/DISCUSSION_TEMPLATE/Contract-Verification.yml index 2ff6425..e767960 100644 --- a/.github/DISCUSSION_TEMPLATE/Contract-Verification.yml +++ b/.github/DISCUSSION_TEMPLATE/Contract-Verification.yml @@ -8,6 +8,14 @@ body: Before proceeding, please check these links for contract verification help: - [Verifying contracts using the hardhat-zksync-verify plugin](https://docs.zksync.io/build/tooling/hardhat/hardhat-zksync-verify) - [Verifying contracts using the hardhat-zksync-verify-vyper plugin](https://docs.zksync.io/build/tooling/hardhat/hardhat-zksync-verify-vyper) + - type: input + id: team + attributes: + label: Team or Project + description: Enter your team or project name (optional) + validations: + required: false + - type: dropdown id: environment attributes: diff --git a/.github/DISCUSSION_TEMPLATE/Deployments.yml b/.github/DISCUSSION_TEMPLATE/Deployments.yml index 5fe784e..6593c58 100644 --- a/.github/DISCUSSION_TEMPLATE/Deployments.yml +++ b/.github/DISCUSSION_TEMPLATE/Deployments.yml @@ -8,7 +8,15 @@ body: Before proceeding, please check these links for contract verification help: - [Contract Deployment Differences from Ethereum](https://docs.zksync.io/build/developer-reference/ethereum-differences/contract-deployment) - [ZKsync 101 Tutorial](https://docs.zksync.io/build/start-coding/zksync-101) - + + - type: input + id: team + attributes: + label: Team or Project + description: Enter your team or project name (optional) + validations: + required: false + - type: dropdown id: environment attributes: diff --git a/.github/DISCUSSION_TEMPLATE/Dev-tooling.yml b/.github/DISCUSSION_TEMPLATE/Dev-tooling.yml index ec00e46..a1c6d28 100644 --- a/.github/DISCUSSION_TEMPLATE/Dev-tooling.yml +++ b/.github/DISCUSSION_TEMPLATE/Dev-tooling.yml @@ -13,6 +13,14 @@ body: - [Local Node](https://docs.zksync.io/build/test-and-debug/dockerized-l1-l2-nodes) - [In-Memory Node](https://docs.zksync.io/build/test-and-debug/in-memory-node) + - type: input + id: team + attributes: + label: Team or Project + description: Enter your team or project name (optional) + validations: + required: false + - type: dropdown id: environment attributes: diff --git a/.github/DISCUSSION_TEMPLATE/Feature-requests.yml b/.github/DISCUSSION_TEMPLATE/Feature-requests.yml index aa098fe..599a4b7 100644 --- a/.github/DISCUSSION_TEMPLATE/Feature-requests.yml +++ b/.github/DISCUSSION_TEMPLATE/Feature-requests.yml @@ -1,6 +1,14 @@ title: "[Feature Request] " labels: ["feature-request"] body: + - type: input + id: team + attributes: + label: Team or Project + description: Enter your team or project name (optional) + validations: + required: false + - type: dropdown id: environment attributes: diff --git a/.github/DISCUSSION_TEMPLATE/General.yml b/.github/DISCUSSION_TEMPLATE/General.yml index a7abc0e..37a3091 100644 --- a/.github/DISCUSSION_TEMPLATE/General.yml +++ b/.github/DISCUSSION_TEMPLATE/General.yml @@ -8,6 +8,14 @@ body: Before proceeding, please check this link for general help: - [Developer Reference](https://docs.zksync.io/build/developer-reference) + - type: input + id: team + attributes: + label: Team or Project + description: Enter your team or project name (optional) + validations: + required: false + - type: dropdown id: environment attributes: diff --git a/.github/DISCUSSION_TEMPLATE/SDKs.yml b/.github/DISCUSSION_TEMPLATE/SDKs.yml index 720fd9a..950b83b 100644 --- a/.github/DISCUSSION_TEMPLATE/SDKs.yml +++ b/.github/DISCUSSION_TEMPLATE/SDKs.yml @@ -8,6 +8,14 @@ body: Before proceeding, please check this link for SDK help: - [SDK Documentation](https://sdk.zksync.io/) + - type: input + id: team + attributes: + label: Team or Project + description: Enter your team or project name (optional) + validations: + required: false + - type: dropdown id: type attributes: diff --git a/.github/DISCUSSION_TEMPLATE/zk-stack.yml b/.github/DISCUSSION_TEMPLATE/zk-stack.yml index bc00c8a..f704e54 100644 --- a/.github/DISCUSSION_TEMPLATE/zk-stack.yml +++ b/.github/DISCUSSION_TEMPLATE/zk-stack.yml @@ -1,6 +1,14 @@ title: "[ZK Stack] - <Brief Description of the Problem or Feature>" labels: ["zk-stack"] body: + - type: input + id: team + attributes: + label: Team or Project + description: Enter your team or project name (optional) + validations: + required: false + - type: checkboxes id: zkstack-module attributes: