diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..3ec80e9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ + +## Describe your changes + + +## Non-obvious technical information + + +## Checklist before requesting a review + +- [ ] The code runs successfully. + +```commandline +HERE IS SOME COMMAND LINE OUTPUT +```