First off, thank you for considering contributing to LiveLectureAI! It's people like you that make this tool better for everyone.
- Check the Issues tab to see if the bug has already been reported.
- If not, create a new issue. Please include a clear title, a description of the bug, and steps to reproduce it.
- Open a new issue with the tag
enhancement. - Describe the feature you'd like to see and why it would be useful.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with clear messages.
- Push to your fork and submit a Pull Request.
We follow a simple commit convention:
feat:for new featuresfix:for bug fixesdocs:for documentation changeschore:for maintenance tasks
- Follow the PEP 8 style guide for Python.
- For Flutter, follow the official Dart style guide.
Thank you for your contribution!