tvg-content
v1.4.4
Published
TVG Content module
Readme
TVG Content Module
Dependencies
You need to install Node.js and then the development tools. Node.js comes with a package manager called npm for installing NodeJS applications and libraries.
Git Commit Guidelines
When checking in code, please follow Google's Git Commit Guidelines as closely as possible.
type(US): small description
Type list
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug or adds a feature
- perf: A code change that improves performance
- test: Adding missing tests
- chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
Example:
fix(NEWTOUCH-123): add image on homepage
