Thank you for considering contributing to our project! Please follow these guidelines to help us review and accept your contributions.
Please read our Code of Conduct to understand the expected behavior.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes.
- Ensure all tests pass.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
Please use the issue tracker to report bugs or suggest features. Include as much detail as possible to help us understand and address the issue.