mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-25 19:02:37 +00:00
9 lines
273 B
Markdown
9 lines
273 B
Markdown
## 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, as long as CI doesn't automate them yet.
|
|
- Submit the PR.
|