When contributing to this repository, please refer to the following.
- When opening a pull request (PR), the title should be clear and concise in describing the changes. The PR description can include a more descriptive log of the changes.
- If the pull request (PR) is linked to a specific issue, the PR should be linked to the issue. You can use the Closing Keywords in the PR description to automatically link the issue. Merging a PR will close the linked issue.
This repository follows the Semantic Versioning standard.
Bump a major release:
bumpversion majorBump a minor release:
bumpversion minorBump a patch release:
bumpversion patch