Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.22 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

30 lines (22 loc) · 1.22 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: Bug fix 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
  • Any implemented change has been added in the CHANGELOG.md file