Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 683 Bytes

File metadata and controls

12 lines (11 loc) · 683 Bytes

Copilot Instructions

Code Commit Guidelines

  • 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 enhancements
    • BUG: for bug fixes and general corrections
    • DOC: for documentation changes
    • STY: for formatting changes (not affecting code logic)
    • TEST: for adding or modifying tests