Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 838 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 838 Bytes

Contributing guide

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.

Test

make test
make test-race
make lint

Code style

Start by making sure that your code is readable, consistent, and pretty. Follow the Clean Code recommendations.

Send a pull request

  • 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.