Skip to content

Commit

Permalink
fix: update dev discussion link
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Dec 22, 2023
1 parent 0eef075 commit 38b6e5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: zksync-developers Discussion
url: https://github.com/zkSync-Community-Hub/zkync-developers/discussions
url: https://github.com/zkSync-Community-Hub/zksync-developers/discussions
about: Please provide feedback, and ask questions here.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ yarn format

## Where Can I Ask for Help?

If you need help with contributing or have any questions or concerns, feel free to open an issue or start a discussion in our [zkSync Community Hub](https://github.com/zkSync-Community-Hub/zkync-developers/discussions). We are here to help you.
If you need help with contributing or have any questions or concerns, feel free to open an issue or start a discussion in our [zkSync Community Hub](https://github.com/zkSync-Community-Hub/zksync-developers/discussions). We are here to help you.

## What's Next?

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here are some useful commands to get started:
- `yarn format`: Runs prettier formatter.

## Have a request? πŸ™‹β€β™€οΈ
Do you want to see a specific type of Paymaster contract included in this repository? Head over to the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zkync-developers/discussions/) and tell us about it! We highly value your feedback and are always open to new ideas for showcasing different use-cases and techniques.
Do you want to see a specific type of Paymaster contract included in this repository? Head over to the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zksync-developers/discussions) and tell us about it! We highly value your feedback and are always open to new ideas for showcasing different use-cases and techniques.

This comment has been minimized.

Copy link
@generalzengeth

generalzengeth Feb 29, 2024

I contribute


## Contributing πŸ™‹β€β™‚οΈ

Expand Down
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To run tests, you'll need to start the zkSync local environment. Please refer to
Without starting the zkSync local environment, the tests will fail with an error: `Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2)`

## Have a request? πŸ™‹β€β™€οΈ
If you would like to see a specific type of Paymaster contract included in this repository, please let us know in the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zkync-developers/discussions/categories/feature-requests)! We value your feedback and are always open to new ideas for demonstrating different use-cases and techniques.
If you would like to see a specific type of Paymaster contract included in this repository, please let us know in the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zksync-developers/discussions)! We value your feedback and are always open to new ideas for demonstrating different use-cases and techniques.

## Official links πŸ”—

Expand Down
2 changes: 1 addition & 1 deletion contracts/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Under the `utils` directory, you'll find a utility contract:
- πŸ‘‹ **[Greeter](./utils/Greeter.sol)**: A simple contract that returns a greeting. A classic for demonstrating simple contract structure!

## Have a request? πŸ™‹β€β™€οΈ
If you would like to see a specific type of Paymaster contract included in this repository, please let us know in the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zkync-developers/discussions/categories/feature-requests)! We value your feedback and are always open to new ideas for demonstrating different use-cases and techniques.
If you would like to see a specific type of Paymaster contract included in this repository, please let us know in the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zksync-developers/discussions)! We value your feedback and are always open to new ideas for demonstrating different use-cases and techniques.

## Important notice ⚠️

Expand Down

0 comments on commit 38b6e5f

Please sign in to comment.