Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Create pull request template - Closes #939 #940

Merged
merged 1 commit into from
Nov 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### 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 features are covered with e2e tests
- [ ] All new code follows best practices