veritas-kanban/.github/PULL_REQUEST_TEMPLATE.md

933 B

Description

A clear and concise description of what this PR does.

Type of Change

  • 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
  • Code refactor

Testing

How has this been tested? Describe the tests you ran to verify your changes. Provide instructions so reviewers can reproduce.

Test commands:

# Add test commands here

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • Any breaking changes have been documented in the PR description