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

Commit

Permalink
Merge pull request #940 from LiskHQ/939-pr-template
Browse files Browse the repository at this point in the history
Create pull request template - Closes #939
  • Loading branch information
slaweet authored Nov 2, 2017
2 parents 3613290 + b84925b commit f0d37cb
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit f0d37cb

Please sign in to comment.