Skip to main content

Contributing

We welcome contributions to OpenTranscribe!

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Create a feature branch
  4. Make your changes
  5. Test thoroughly
  6. 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

Next Steps