mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
2.1 KiB
2.1 KiB
Contributing to Dograh AI
First off — thank you for considering contributing! 🎉
Dograh AI is open source because we believe the future of voice AI should stay in the hands of developers and the community.
For now, this guide will get you started. Future documentation will be more comprehensive and is under progress.
👉 Join us → Dograh Community Slack
🙌 How You Can Contribute
- 🐛 Report bugs via GitHub Issues
- 💡 Suggest features
- 🔧 Submit pull requests
- 📖 Improve documentation — even fixing typos helps!
- 💬 Join the Slack community — the cornerstone of our collaboration
🧰 Issue Types
On our GitHub Issues page, you’ll find these categories:
- 📄 Documentation change request
- ✨ Feature request
- 🐞 Bug report
- ❓ General questions
- 🔒 Security vulnerability report
👉 A great place to start is with issues tagged good first issue.
🛠 Development Guidelines
- Keep PRs focused and scoped.
- Follow Python best practices (PEP8).
- Please link the issue in your PR description using: fixes #<issue_number>
This auto-closes the issue when merged.
🚀 Getting Started
- Fork the repository
- Create your feature branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m 'Add some AmazingFeature')
- Push to the branch (git push origin feature/AmazingFeature) Open a Pull Request 🎉
💬 Community & Contribution Hub
Our Slack community is not just for support — it’s the cornerstone of Dograh AI contributions. Here, you can:
- Connect with maintainers and other contributors
- Discuss issues and features before coding
- Get help with setup and debugging
- Stay up to date with contribution sprints
👉 Join us → Dograh Community Slack
Thank you for helping us keep Dograh AI open and thriving! 💜