Contributing
We welcome contributions to OpenTranscribe!
Getting Started
- Fork the repository
- Clone your fork
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
Development Setup
git clone https://github.com/YOUR_USERNAME/OpenTranscribe.git
cd OpenTranscribe
./opentr.sh start dev
Code Guidelines
- Follow existing code style
- Add tests for new features
- Update documentation
- Keep commits focused
Reporting Issues
Use GitHub Issues to report:
- Bugs
- Feature requests
- Documentation improvements