Thanks for wanting to contribute. Here's how.
- Fork this repo
- Create a branch (
git checkout -b feat/your-feature) - Make your changes
- Commit using Conventional Commits format
- Open a PR against
main
<type>(<scope>): <subject>
Types: feat, fix, docs, refactor, test, chore, perf, style
Examples:
feat(listings): add new code-review skillfix(schema): correct manifest pricing_model fielddocs(readme): update installation instructions
Be respectful. Be helpful. Build things that matter.
Open a GitHub Discussion or file an issue.
For the full contributing guide (architecture, conventions, PR process), see the main repo's CONTRIBUTING.md.