WFGY/.github/PULL_REQUEST_TEMPLATE.md
2025-06-21 13:04:40 +08:00

718 B

Change Description

Please provide a concise description of the purpose and changes in this PR.

  • Closes # (if applicable)

Testing

  • How to run tests locally, e.g., pytest tests/.
  • Did you add new tests? If so, provide test command and summary of results.

Impact

  • Is this a breaking change? If yes, describe the impact and migration steps.
  • Does this require documentation updates? If yes, list the files/sections to update.

Checklist

  • I have read and followed CONTRIBUTING.md
  • All tests pass locally
  • Code formatting is correct (e.g., black/isort/pre-commit)
  • Documentation is updated (if applicable)
  • No sensitive information is included