To keep project history clear and professional, this repository enforces Conventional Commits.
Use this format for every commit:
<type>: <short description>
Example:
feat: add wallet connection status indicatorfix: handle null transaction hash in simulator
The following commit prefixes are allowed:
buildchorecidocsfeatfixperfrefactorrevertstyletest
Valid:
feat: add student profile endpointfix: prevent duplicate issue claim submissionsdocs: clarify backend setup steps
Invalid:
added backend changeswipFix bug
When expressing interest in an issue, include an ETA of no more than 2 days so maintainers can coordinate work efficiently.