This file describes the process for contributing to seda-chain
.
First and foremost, fork the repository. Then please read the developing instructions for setting up your environment.
Your commits must follow specific guidelines.
Sign all commits with a GPG key. GitHub has extensive documentation on how to:
All commits are to follow the Conventional Commits standard. Commit messages should always be meaningful.
This section describes actions to keep in mind while developing.
Please try to keep changes small to make reviews easier. We will reject more extensive unless there is a valid reason.
Please ensure your code is formatted and clippy gives no warnings.
For creating the PR, please follow the instructions below.
- Firstly, please open a
PR from your forked repo
to the
main
branch ofseda-chain
. - Please fill in the PR template that is there.
- Then assign it to yourself and anyone else who worked on the issue with you.
- Make sure all CI tests pass.
- Finally, please assign at least two reviewers to your PR: