Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.58 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

28 lines (23 loc) · 1.58 KB

Thank you very much for your contribution. We highly appreciate the time and effort you put into pull request. Before you submit the pull request, please review the Contribution Guidelines.

Make sure you check the following boxes.

For all changes:

For all non-trivial changes that modify the behavior or public API:

  • Before submitting a pull request, you started a discussion on the Gradle developer list or can reference a JIRA issue.
  • You considered writing a design document. A design document can be brief but explains the use case or problem you are trying to solve, touches on the planned implementation approach as well as the test cases that verify the behavior. Optimally, design documents should be submitted as a separate pull request. You can find samples in the Gradle GitHub repository. Please let us know if you need help with creating the design document. We are happy to help!
  • The pull request contains an appropriate level of unit and integration test coverage to verify the behavior. Before submitting the pull request you ran a build on your local machine via the command ./gradlew quickCheck and the tests for the modified module.
  • The pull request updates the Gradle documentation like user guide, DSL reference and Javadocs where applicable.