Files
moko-platform/templates/github/PULL_REQUEST_TEMPLATE.md
T

2.7 KiB

Pull Request

Description

Please include a summary of the changes and the related issue. Include relevant motivation and context.

Fixes # (issue)

Type of Change

Please delete options that are not relevant.

  • 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)
  • Documentation update
  • Performance improvement
  • Code refactoring
  • CI/CD improvement
  • Dependency update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • Test A
  • Test B

Test Configuration:

  • OS:
  • Version:
  • Other relevant configuration:

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings
  • I have updated the CHANGELOG.md file
  • Patch version bumped — incremented XX.YY.ZZ in README.md (e.g. 01.02.0301.02.04); sync-version-on-merge propagates it to all file headers and badges on merge
  • All file headers are present and correct

Breaking Changes

Does this PR introduce any breaking changes? If yes, please describe the impact and migration path:

Screenshots (if applicable)

Add screenshots to help explain your changes.

Additional Context

Add any other context about the pull request here.

  • Related to #
  • Depends on #
  • Blocks #