Thank you for considering contributing to our project! We welcome contributions from anyone interested in improving the project. Before making a contribution, please take a moment to review the following guidelines.
Please review our Code of Conduct before contributing to ensure a positive and inclusive environment for everyone.
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine:
git clone https://github.com/your-username/tooler-tools.git
- Create a new branch for your contribution:
git checkout -b feat/your-feature-name
- Make your changes and commit them with a descriptive commit message:
git commit -m 'feat(#001): Add a descriptive commit message'
- Push your changes to your fork:
git push origin feat/your-feature-name
- Open a pull request (PR) against the dev branch of the original repository. Please provide a clear title and description for your PR, explaining the purpose of the changes.
- Coding Standards: Follow the coding standards and conventions used in the project. Ensure your code is well-formatted and easy to read.
- Testing: Write tests to cover your code changes. Ensure existing tests pass before submitting a PR.
- Documentation: Update relevant documentation, such as CHANGELOG.md or JavaDocs, to reflect your changes.
- Commit Messages: Write clear and descriptive commit messages, following Conventional Commits format where applicable (optional).
- Pull Request Reviews: Be open to feedback and willing to make changes if required during the PR review process.
- License: Ensure your contributions comply with the project's license.
If you encounter any issues or have suggestions for improvements, please open an issue on GitHub and provide detailed information about the problem or suggestion.
If you have any questions or need further assistance, feel free to reach out to us through GitHub issues or discussions.
We appreciate your interest in contributing to our project! Your help is invaluable in making this project better.