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

Commit

Permalink
Add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
shorodilov committed Oct 27, 2023
1 parent c57a6b9 commit 9cf2755
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9cf2755

Please sign in to comment.