From 9cf2755ce3a82f5024994eb2a4a094087cea9bc5 Mon Sep 17 00:00:00 2001 From: Serhii Horodilov Date: Sat, 28 Oct 2023 00:09:06 +0300 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/pull_request_template.md 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