Thanks for your interest in contributing!
The full contributing guide lives in the docs:
It covers:
- How to report bugs and request features
- The development workflow (branch -> test -> implement -> PR)
- Commit message format (Conventional Commits)
- Pull request standards
- The code review process
# Set up your development environment
git clone https://github.com/funkybooboo/artisan-commerce.git
cd artisan-commerce
mise run setup
# Run all checks before pushing
mise run validate
# Commit format
git commit -m "type(scope): description"
# types: feat fix docs style refactor perf test build ci chore revertThis project follows the Contributor Covenant. Be respectful and constructive.