react-redux-starter-kit
Contributing Guidelines- Contributing to a Project
- How to Write a Git Commit Message
- Writing good commit messages
- Atom Contributing Guidelines
-
- 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
- test: Adding missing tests
- chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
- emoji cheatsheet
- ➕
:heavy_plus_sign:
when adding a component - 🎨
:art:
when improving the format/structure of the code - 🔧
:wrench:
tweaks, changes to build process, etc. - 📝
:memo:
when writing docs - 🐛
:bug:
when fixing a bug - ✅
:white_check_mark:
when adding tests