diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..853e8bfbd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +Fixes # + +# Description + + +# Checklist + + +- [ ] Links to correct issue +- [ ] Update changelog, if changes affect users +- [ ] PR title starts with ``Issue #nr``, e.g. ``Issue #737`` +- [ ] Unit tests were added +- [ ] **If feature added**: Added/extended example