Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.3 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

17 lines (10 loc) · 1.3 KB

Thanks for submitting your Pull Request!

Please refer to our guidelines for making contributions when creating your pull request. In particular, it helps the reviewer if you ensure that the:

  • Pull Request title is properly formatted: JBTM-XYZ Subject
  • Pull Request contains a link to the JIRA issue(s) and that they contain sufficient information for the reviewer to be able to gauge whether or not the proposed changes correctly address the issue

The build axis can be controlled by prefixing a ! on the following as appropriate:

CORE TOMCAT AS_TESTS RTS JACOCO XTS QA_JTA QA_JTS_OPENJDKORB PERF LRA DB_TESTS mysql db2 postgres oracle

By default the pull request will run with JDK11, if you prefix a ! to JDK11 then it will not run with JDK11.

By default the PR will not compile and run with JDK 17. To override this you need to concatenate the two sets of characters: JDK 17 as a single word and provide the result into the description.

If it is determined that nothing needs to be tested for the pull request then you need to concatenate the two sets of characters: NO_ TEST as a single word and provide the result into the description.

Please be aware that none of this configuration affects which GitHub Actions will run.