Thank you for your interest in contributing!
When contributing to this project, please follow the guidelines below:
- Be respectful and professional
- Follow the code style and best practices
- Fork and clone the repository
- Follow instructions in
README.mdfor quick start
- Create a feature branch:
git checkout -b feature/your-feature - Make all your changes with proper standards and best practices
- Commit your changes with proper commit messages
- Push your changes to your fork
- After you're done with the feature, create a PR
- Always create PRs to the
developmentbranch - Rebase on latest
developmentbranch before submitting