diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..5af0d60 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Overview + +... provide assignment overview + +## Checklist + +- [ ] Update assignment information in [README](../README.md) +- [ ] Provide [instructions](../.lesson/instructions.md) for the assignment +- [ ] Provide boilerplate code in `main.py` +- [ ] Provide the solution with [.lesson](../.lesson) directory +- [ ] Implement `unittests` for the assignment +- [ ] Check all tests are failed +- [ ] Ensure solution code hasn't been committed