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

Commit

Permalink
Add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Tuleja committed Jun 15, 2018
1 parent 53b2b07 commit 257268b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### What was the problem?

### How did I fix it?

### How to test it?

### Review checklist

* The PR solves #INSERT_ISSUE_NUMBER
* All new code is covered with unit tests
* All new code was formatted with Prettier
* Linting passes
* Tests pass
* Commit messages follow the
[commit guidelines](CONTRIBUTING.md#git-commit-messages)
* Documentation has been added/updated

0 comments on commit 257268b

Please sign in to comment.