Welcome to the Flashbots collective! We just ask you to be nice when you play with us.
Please start by reading our code of conduct.
make test
make test-race
make lint
Start by making sure that your code is readable, consistent, and pretty. Follow the Clean Code recommendations.
- Your proposed changes should be first described and discussed in an issue.
- Open the branch in a personal fork, not in the team repository.
- Every pull request should be small and represent a single change. If the problem is complicated, split it in multiple issues and pull requests.
- Every pull request should be covered by unit tests.
We appreciate you, friend <3.