Thanks for considering contributing to this project!
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes
- Commit your changes:
git commit -m "Add some feature" - Push to the branch:
git push origin feature/your-feature-name - Submit a pull request
- Write clean, readable code.
- Keep the UI consistent with the current styling.
- Comment your code where necessary.
- Test before submitting.
If you find a bug, please open an issue and include:
- A clear title and description
- Steps to reproduce
- Screenshots or code if applicable