Sonar Documentation
  • Become a Patreon
  • Join the Discord
  • Sonar
    • Welcome
    • Getting started
    • Supported versions
    • Translations
  • Administration
    • Commands and Permissions
    • Usage of MiniMessage
    • Configuring Sonar
      • General settings
      • Adjusting the attack tracker
      • Setting up a database
      • Configuring the verification
        • Using 1.20.5+ transfers
  • Development
    • Working with the API
    • Building
  • Contributing
    • Guidelines
    • Pull Requests
    • Bug Reports
    • Feature Requests
Powered by GitBook
On this page
  • Guidelines
  • GitHub pull requests
  1. Contributing

Pull Requests

Step-by-step guide on how to open a pull request.

PreviousGuidelinesNextBug Reports

Last updated 10 months ago

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 .

GitHub pull requests

Once your changes are made, open a pull request:

  1. Navigate to your forked Sonar repository.

  2. Click the New pull request button.

  3. Use a clear and descriptive title for your pull request.

  4. Provide a detailed description of the changes you made.

  5. Reference related issues or pull requests.

  6. Make sure everything is properly tested.

  7. Open the pull request and wait for feedback.

Contributing Guidelines