Thank you for considering contributing to our project! We welcome contributions from the community to help improve this tool.
-
Fork the Repository: Start by forking the repository on GitHub and cloning it to your local machine.
-
Create a Branch: Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make Changes: Implement your changes in the codebase. Ensure your code follows the project's coding standards.
-
Test Your Changes: Thoroughly test your changes to ensure they work as expected and do not introduce new issues.
-
Commit Your Changes: Commit your changes with a descriptive commit message:
git commit -m "Add feature: description of your feature"
-
Push to GitHub: Push your changes to your forked repository:
git push origin feature/your-feature-name
-
Create a Pull Request: Go to the original repository on GitHub and create a pull request. Provide a clear description of your changes and the problem they solve.
Please adhere to our Code of Conduct in all your interactions with the project.
If you encounter any issues, please report them using the GitHub issue tracker. Provide as much detail as possible to help us understand and resolve the issue.
If you need help or have questions, feel free to reach out to the maintainers or open a discussion on GitHub.
We appreciate your contributions and look forward to working together to improve this project!