Thank you for contributing! Please follow the guidelines below.
- 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"
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!