passepartout-apple/CONTRIBUTING.md

9 lines
280 B
Markdown
Raw Normal View History

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