Files
maddy/.github/pull_request_template.md
2025-04-18 12:49:42 +02:00

728 B

Description of the change

Please describe what has changed and why. If it fixes an open issue, mention it here.

Checklist for contributor

  • if you want to be mentioned in the AUTHORS file, you added yourself
  • added entry to CHANGELOG.md in "Upcoming"
  • if any Markdown definition changed, you updated the definition docs
  • your C++ code change is accommodated with a unit/integration test where it makes sense
  • your code meets the code format style (clang-format) of the project (tools/format.py)