Thank you for your interest in contributing to PrepPilot! 🚀
We welcome contributions from developers of all experience levels. Whether you're fixing bugs, improving documentation, enhancing the UI, or adding new features, your contributions help make PrepPilot better for everyone.
Fork the repository to your GitHub account and clone it locally:
git clone https://github.com/YOUR_USERNAME/PrepPilot.git
cd PrepPilotCreate a descriptive branch for your work:
git checkout -b feature/your-feature-nameor
git checkout -b fix/issue-description- Follow the existing project structure.
- Keep code clean and readable.
- Reuse existing components whenever possible.
- Add comments for complex logic.
Ensure that your changes work correctly before submitting a pull request.
Use clear and meaningful commit messages:
git commit -m "docs: add contributing guidelines"Push your branch and open a Pull Request against the main repository.
- Bug fixes
- New features
- Documentation improvements
- UI/UX enhancements
- Performance optimizations
- Code refactoring
- Code follows project conventions
- Changes have been tested locally
- Documentation has been updated if required
- Commit messages are meaningful
- PR description clearly explains the changes
Be respectful and constructive when interacting with other contributors. We aim to maintain a welcoming and inclusive community.
Happy Contributing! 🎉