Thank you for your interest in contributing to this project! If you would like to contribute to this project, please follow the instructions below if possible.
The branching model of this project is based on the git-flow.
Please see the Commit messages guide and the Conventional Commits.
-
Create a working branch from the
develop
branch. The branch name should be something other thandevelop
ormaster
. -
Create your patch. If your change is a feature or a bugfix, please add a test case if possible. Note that the change must pass the CI.
-
Please update the copyright information if possible. This project is compliant with version 3.2 of the REUSE Specification.
reuse
is useful for updating the copyright information. -
Please update the Changelog if possible.
-
Please read and agree to follow the Code of Conduct.