Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.74 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

53 lines (30 loc) · 1.74 KB

Title of the pull request

  • Filling out the template is required.
  • All new code requires tests to ensure against regressions.

Description of the Change

Alternate Designs

Why Should This Be In Core?

Benefits

Possible Drawbacks

Verification Process

Applicable Issues

Extra Requirements

  • Coding style is coherent with current code
  • All redundant code is removed, or properly commented for future use in a well manner
  • Tricky code are well commented
  • Code in this pull request is thoroughly tested