- Ensure that the code is syntactically correct and adheres to the project's coding standards.
- Be sure about the documentation and comments. They should be clear and concise and use the correct Python docstring format.
- Create commit messages with a detailed description of the changes made, including any bug fixes or new features.
- Uses for commit messages prefixes the following pattern:
ENH:for new features and code enhancementsBUG:for bug fixes and general correctionsDOC:for documentation changesSTY:for formatting changes (not affecting code logic)TEST:for adding or modifying tests