Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.76 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

35 lines (26 loc) · 1.76 KB

Pull Request Template

Description

Please include a summary of the change or which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • Test A
  • Test B

Checklist:

  • The branch follows the best practices naming convention:

    • Use grouping tokens (words) at the beginning of your branch names.
      • feature: Feature I'm adding or expanding
      • bug: Bugfix or experiment
      • wip: Work in progress; stuff I know won't be finished soon
  • My code follows the style guidelines of this project

  • I have performed a self-review of my own code

  • I have commented on my code, particularly in hard-to-understand areas

  • I have made corresponding changes to the documentation

  • My changes generate no new warnings

  • Any dependent changes have been merged and published in downstream modules

  • My changes have no bad impacts on performances

  • My changes have been tested through Unit Tests and the overall coverage has not decreased. Check the coverall report for your branch: here

  • Any implemented change has been added in the CHANGELOG.md file

  • Any implemented change has been added in the CHANGELOG-JDK8.md file

  • My changes have been applied on a separate branch too with compatibility with Java 8. Follow this instructions for help.

  • The maven version has been increased.