Thank you for your interest in contributing!
- Fork the repository
- Clone your fork
- Create a new branch: git checkout -b feature-name
- Make your changes
- Commit your changes: git commit -m "Added feature"
- Push to your fork: git push origin feature-name
- Open a Pull Request
- Follow clean code practices
- Test your code before submitting
- Do not commit sensitive data (like DB credentials)
- Improve UI/UX
- Add new features
- Fix bugs
- Optimize performance
For major changes, open an issue first.