First, thank you! We really appreciate that you're considering contributing to ZetaChain.
There are many ways to contribute to ZetaChain, writing code is one of them. Others are improving our docs, or being part of the network by running a node.
First time contributing to Open Source? No worries, you can learn how to approach it from this free video series or from this guide if you prefer reading.
A few rules of thumb based on the size of your Pull Request:
- If it's small, like fixing a typo, just send it.
- If it's medium, like working on a feature or a bug, you may want to open an issue to chat with the maintainers before working on it.
- If it's big, do your best to split it into smaller ones.