Adds a pull request template (#118)

* add pull request template

* update template

* add comments to pr
This commit is contained in:
Igor Souza 2017-10-10 11:43:52 -03:00 committed by Athitya Kumar
parent deced85820
commit db3fd350da

15
PULL_REQUEST_TEMPLATE.md Normal file
View file

@ -0,0 +1,15 @@
### Description
A brief description of what the PR does. Do include the relevant issue(s) and PR(s) (say, if this PR is a continuation of another PR).
### Screenshots
<!-- (Some screenshot(s) to support your changes. -->
### Type of change
- [ ] New feature
- [ ] Bug fix for existing feature
- [ ] Code quality improvement
- [ ] Addition or Improvement of tests
- [ ] Addition or Improvement of documentation