Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuomkar committed Nov 23, 2019
1 parent d91955c commit 4318bc7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Description of the change

> Description here
## Type Of Change
- [ ] Bug Fix (non-breaking change that fixes an issue)
- [ ] New Feature (non-breaking change that adds functionality)
- [ ] New Kaggle Dataset (non-breaking change that adds functionality)
- [ ] Breaking Change (fix or feature that would cause existing functionality to not work as expected)

## Related Issues

> Fix [#<ISSUE_NUMBER>](<ISSUE_LINK>)
## Development & Code Review

- [ ] Pylint rules passes locally (run `pylint kaggledatasets/ examples/ tests/`)
- [ ] The code changed/added has been covered with tests
- [ ] All the test cases added/changed are passing
- [ ] Changes have been reviewed by at least two developers and one of the maintainers

0 comments on commit 4318bc7

Please sign in to comment.