Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 949 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 949 Bytes

Contributing to ZetaChain

First, thank you! We really appreciate that you're considering contributing to ZetaChain.

Ways to contribute

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.

Your first contribution

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.

Opening a Pull Request

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.