Contributor's Guide 🚀

Help shape the future of this project by contributing documentation, code, or community support.

Report Issues

  • Identify bugs or issues in the codebase
  • Check for duplicate reports first
  • Provide reproduction steps

Submit Fixes

git clone https://github.com/your-fork.git

1. Make changes with clear commit messages

2. Run all tests locally

3. Submit PR with detailed description

Code of Conduct

Our community follows the Contributor Covenant code of conduct.

Core principles:

🤝

Respectful Communication

💡

Constructive Feedback

🛡️

Zero Tolerance for Harassment

🔍 Start Contributing

4 Easy Steps

1.

Review Documentation

Read our full contributor guide here

2.

Pick an Issue

Good first issue #123

Fix typo in README

Difficulty: Easy · Status: Open

3.

Build Locally

npm install && npm run dev
4.

Submit PR

PRs require:
  • ✅ Passing tests
  • ✅ Updated docs
  • ✅ Commit history