Skip to content

Commit

Permalink
Add team/project field to templates (#728)
Browse files Browse the repository at this point in the history
* Update Compilers.yml

* Update Contract-Verification.yml

* Update Deployments.yml

* Update Dev-tooling.yml

* Update Feature-requests.yml

* Update General.yml

* Update SDKs.yml

* Update zk-stack.yml
  • Loading branch information
bxpana authored Oct 10, 2024
1 parent 4d28014 commit 2e84e0b
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/DISCUSSION_TEMPLATE/Compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
8 changes: 8 additions & 0 deletions .github/DISCUSSION_TEMPLATE/Contract-Verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 9 additions & 1 deletion .github/DISCUSSION_TEMPLATE/Deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions .github/DISCUSSION_TEMPLATE/Dev-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions .github/DISCUSSION_TEMPLATE/Feature-requests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
title: "[Feature Request] <Title>"
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:
Expand Down
8 changes: 8 additions & 0 deletions .github/DISCUSSION_TEMPLATE/General.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions .github/DISCUSSION_TEMPLATE/SDKs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions .github/DISCUSSION_TEMPLATE/zk-stack.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2e84e0b

Please sign in to comment.