Include a summary of the change and which issue is fixed or feature was added
- This broke nothing
- This broke something
- This broke everything
- This fixed something
- This setup something
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change requires a documentation update
- My code follows the style guidelines of this project
- I have commented my code, particularly in hard-to-understand areas
- My changes generate no new warnings/bugs
- I have checked variable and parameter names: are they descriptive and unique?
- Is the code dry (donot repeat yourself), SRP (single responsibility principle)?
- Is it easy for others to read?
- Is the syntax consistent? (e.g. use of semicolons, blank lines)
- Are commit messages formatted correctly?