Pull Requests
Step-by-step guide on how to open a pull request.
Before opening a pull request, you will need to create a fork of the GitHub repository. Furthermore, you can follow the Building guide and add your own patches or features. Please make sure that no one else has already opened a pull request with the exact same patches or features.
Guidelines
Please make sure to read the Contributing Guidelines.
GitHub pull requests
Once your changes are made, open a pull request:
Navigate to your forked Sonar repository.
Click the New pull request button.
Use a clear and descriptive title for your pull request.
Provide a detailed description of the changes you made.
Reference related issues or pull requests.
Make sure everything is properly tested.
Open the pull request and wait for feedback.
Last updated