Before reporting implementation as complete, run both commands and confirm they pass:
bundle exec rubocopbundle exec rspec
If either check fails, fix the issues and run both commands again.
- Use
bin/cifor a full local gate.
When creating commits in this repository, always use Conventional Commits.
Allowed formats:
<type>: <summary><type>(<scope>): <summary>
Common types:
featfixdocstestrefactorchore
Examples:
feat: add request specs for productsfix(products): display kind labels in Japanese