Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 850 Bytes

File metadata and controls

34 lines (24 loc) · 850 Bytes

Contributing

Thanks for your interest in contributing!

The full contributing guide lives in the docs:

docs/06-contributing.md

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

Quick Reference

# 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 revert

Code of Conduct

This project follows the Contributor Covenant. Be respectful and constructive.