Skip to content

Instantly share code, notes, and snippets.

@yanli0303
Created July 16, 2021 19:42
Show Gist options
  • Save yanli0303/242fda375428af004363d175e708de5e to your computer and use it in GitHub Desktop.
Save yanli0303/242fda375428af004363d175e708de5e to your computer and use it in GitHub Desktop.
  • build: Build related changes (eg: npm related/ adding external dependencies)
  • chore: A code change that external user won't see (eg: change to .gitignore file or .prettierrc file)
  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation related changes
  • refactor: A code that neither fix bug nor adds a feature. (eg: You can use this when there is semantic changes like renaming a variable/ function name)
  • perf: A code that improves performance
  • style: A code that is related to styling
  • test: Adding new test or making changes to existing test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment