Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
shorodilov authored Oct 30, 2023
1 parent 8f832a0 commit b66be7f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b66be7f

Please sign in to comment.