👍🎉 First off, thanks for taking the time to contribute! 🎉👍
- Fill the feature request issue here: Feature request
- Or if you already developped the feature, open a pull request (see "Open pull requests")
- Fill the feature request issue here: Bug request
- Or if you already fixed the bug or the crash, open a pull request (see "Open pull requests")
- Please use templates as much as possible
- Please follow the template or be as clear as possible
- PR titles should be prefixed by a tag describing the subject of the PR:
- For a new feature:
FEATURE - {Your feature name}
- For a bug or a crash fix:
FIX - {Your fix name}
- For a configuration (gist or app):
CONFIG - {Your config}
- In any other case:
- Be as clear as possible
- If needed, fill an issue with a request to update this document or these rules
- For a new feature:
Branch name should be prefixed by a tag describing the subject of the branch:
- For a new feature:
feature/{your-feature-name}
. E.g.feature/settings-view
- For a bug or a crash fix:
fix/{your-fix-name}
- For a configuration (gist or app):
config/{your-branch-name}
- In any other case:
- Be as clear as possible
- If needed, fill an issue with a request to update this document or these rules