Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 956 Bytes

File metadata and controls

38 lines (24 loc) · 956 Bytes

Contributing to ProwlrBot

Thanks for wanting to contribute. Here's how.


Quick Start

  1. Fork this repo
  2. Create a branch (git checkout -b feat/your-feature)
  3. Make your changes
  4. Commit using Conventional Commits format
  5. Open a PR against main

Commit Convention

<type>(<scope>): <subject>

Types: feat, fix, docs, refactor, test, chore, perf, style

Examples:

  • feat(listings): add new code-review skill
  • fix(schema): correct manifest pricing_model field
  • docs(readme): update installation instructions

Code of Conduct

Be respectful. Be helpful. Build things that matter.

Questions?

Open a GitHub Discussion or file an issue.


For the full contributing guide (architecture, conventions, PR process), see the main repo's CONTRIBUTING.md.