Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 636 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 636 Bytes

Contributing Guidelines

Thank you for contributing! Please follow the guidelines below.

Commit Messages

  • Always include the issue ID in your commits using the format #<issue_id>.
  • When referencing files, write `<file>` for better clarity.

Example: git commit -m "fix: closes #69 - updated `<file>` for better performance"

Commit Format

We follow the Conventional Commits format. Please adhere to this convention for clear and understandable commit messages.

Examples:
feat: added new feature
fix: resolved a bug

Thank you for your collaboration!