First off, thank you for considering contributing to RepoSync! Let's get stuck in and develop this!
- Use the GitHub Issues tab.
- Describe the bug and include steps to reproduce it.
- Mention your Python version (3.13 preferred) and Reflex version.
- Open an issue with the tag
enhancement. - Explain why this feature would be useful to other developers.
- 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.
- Code Style: Fllow PEP 8 standards.
- Reflex Best Practices:
- Keep the
Stateclean and documented. - Use
rx.vstackandrx.hstackfor layout consistency. - Always use Computed Vars (
@rx.var) for derived data.
- Keep the
By participating in this project, you agree to maintain a respectful and inclusive environment for everyone.
Happy Coding! 😁