Commit names should follow the Conventional Commit convention.
Here are the supported types:
feat
: New featuresfix
: Changes that fixes a known bug or regressiontest
: Changes that adds/updates/removes testsdocs
: Changes that affect internal or public documentationci
: Changes that affect the continuous integration systemrefactor
: Changes that changes source or test files, without adding new feature nor fixing a bugstyle
: Changes that only affect code claritybuild
: Changes that affect the build systemperf
: Changes that improves overall performancerevert
: Reverts previous changeschore
: Other changes that doesn't affect source or test files
- Open a new issue. Be sure to include a title and a clear description. A code sample to reproduce the issue would be even better!
- Create an issue if your fix solves an issue that has not yet been reported.
- Create a pull request referencing the issue that should be solved.
- Linting and Unit-Tests should be passing.
- If needed, documentation should be updated.