Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.36 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.36 KB

python-tox-template

License: MIT Unittests status badge Coverage status badge Pylint status badge Formatting status badge

🏷️ semantic commit messages

To meet the pull request title convention requirements enforced by Github Actions, here is a brief guide to help choosing the appropriate tag for each purpose:

  • build: - changes that affect the build system or external dependencies
  • chore: - miscellaneous commits and routine tasks
  • ci: - changes to the CI/CD configuration
  • docs: - updating the documentation
  • feat: - adding or removing a feature feature
  • fix: - bug fixes
  • perf: - performance improvement
  • refactor: - improve code structure, readability, or maintainability
  • revert: - reverts a previous commit
  • style: - code formatting and styling that do not affect functionality
  • test: - adding or updating tests