2018-10-11 07:13:19 +00:00
|
|
|
## Contributing
|
|
|
|
|
|
|
|
- Use imperative commit messages.
|
|
|
|
- GOOD: "Add new feature"
|
|
|
|
- BAD: "Added new feature"
|
|
|
|
- Rebase your branch to `master` and possibly squash unrelevant commits.
|
2024-12-14 08:44:10 +00:00
|
|
|
- Make sure to pass the unit tests locally, even though CI runs them automatically.
|
2018-10-11 07:13:19 +00:00
|
|
|
- Submit the PR.
|