Connects to #N.
- 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 change).
- My code follows the code style of this project.
- My change requires a change to the documentation.
- I have updated the documentation accordingly.
- I have added tests to cover my changes.
- All new and existing tests passed.
- Does the knowledge base (guidelines) need an update?
- Does this add new dependencies which need to be added to the development environment?
- Does this add new dependencies which need to be added to the production environment?
- Is there a blog post?
- I have read and understood the contribution guidelines and our code of conduct.
- This pull request complies with the code of conduct of the organization.
- This pull request has a descriptive title. For example,
Add new function to calculate user rating
, notUpdate readme.md
orAdd some feature
.