1.1 KiB
1.1 KiB
This project welcomes contributions!
Please follow these guidelines when contributing, as it will give your pull request the best chance of being accepted:
Requesting Features/Reporting Bugs
- To request a new feature or to report a bug, create an Issue.
Contributing Code
- This project uses Git Flow;
- branch off of
development
to start developing (git checkout -b <your branch>
); - ensure that your new branch has a descriptive name and begins with your username;
- create a remote copy of your new branch (
git push
); - create a draft merge request;
to merge your branch with
development
— tag any related or to-close Issues; and - when you think you're finished, un-draft your pull request.
Commits
- This project uses Conventional Commits; and
- keep individual commits as small as possible.
Versioning
- This project uses Semantic Versioning.
Translating
- Translations are welcome!