From b66be7f43e1b47234e673acd6b1a0802f2d32e2e Mon Sep 17 00:00:00 2001 From: Serhii Horodilov Date: Mon, 30 Oct 2023 13:01:41 +0200 Subject: [PATCH] Update PR template --- .github/pull_request_template.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5af0d60..fa82c4c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,10 +4,11 @@ ## 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 +- [ ] Update assignment information in **README** +- [ ] Update project information in **pyproject.toml** file +- [ ] Provide instructions for the assignment (**instructions.md**) +- [ ] Provide boilerplate code in **main.py** +- [ ] Provide the solution with **.lesson** directory - [ ] Implement `unittests` for the assignment -- [ ] Check all tests are failed -- [ ] Ensure solution code hasn't been committed +- [ ] Check all tests are failed (mark them as `expectedFailure`) +- [ ] Ensure solution code hasn't been committed within public files