passepartout-apple/CONTRIBUTING.md
Davide 1837d0576e
Update README (#1008)
- Simplify badges
- Drop app description, annoying to maintain (refer to the website)
- Drop screenshots (refer to the App Store)
- Update Credits
- Inform about private PassepartoutKit

Fixes #613
2024-12-14 09:44:10 +01:00

9 lines
280 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 locally, even though CI runs them automatically.
- Submit the PR.