Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.09 KB

pull_request_template.md

File metadata and controls

28 lines (22 loc) · 1.09 KB

Types of changes

  • ✔️ Improvement (non-breaking change which iterates on an existing feature)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Security update (dependency updates, or to fix a vulnerability)

Description

Steps to reproduce the problem or Steps to test

Impact

How does the proposed change impact existing implementations? What action is needed to accommodate these changes?

PR Checklist

  • I have followed the Conventional Commits guidelines.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have made changes to the sub theme to reflect those in the base theme