Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 884 Bytes

File metadata and controls

33 lines (19 loc) · 884 Bytes

Contributing

When contributing to this repository, please refer to the following.

Suggested Guidelines

  1. 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.
  2. 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.

Semantic Versioning

This repository follows the Semantic Versioning standard.

Bump a major release:

bumpversion major

Bump a minor release:

bumpversion minor

Bump a patch release:

bumpversion patch