We appreciate your interest in contributing to SonarGit Scraper! Your assistance is crucial for improving and enhancing this project. Please review the guidelines below before making your contribution.
-
Fork this repository to your GitHub account.
-
Clone the forked repository to your local machine.
$ git clone https://github.com/luckyaxl/sonargit.git $ cd sonargit
-
Create a new branch for your contribution.
$ git checkout -b feature/your-feature
-
Make changes and commit them with a clear, concise message.
$ git add . $ git commit -m "feat: Add your descriptive commit message here"
-
Push your changes to your fork on GitHub.
$ git push origin feature/your-feature
-
Open a pull request against the main branch of the original repository.
Please follow these guidelines when contributing code:
- Follow existing coding style and conventions.
- Write clear, concise commit messages.
- Provide appropriate comments in the code where necessary.
- Test your changes before submitting a pull request.
If you encounter a bug:
- Describe the bug and provide steps to reproduce it.
- Include the expected and actual behavior.
- Specify the SonarGit version.
- Include relevant error messages or screenshots.
For new feature ideas, open an issue and provide details about the proposed enhancement.
By contributing to SonarGit, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing to SonarGit!