docs: add initial PR template

This commit is contained in:
Mars Lan 2020-03-22 09:11:37 -07:00 committed by GitHub
parent 1aef8f6e1b
commit 6e230ce54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,6 @@
## Checklist
- [ ] The PR conforms to DataHub's [Contributing Guideline](https://github.com/linkedin/datahub/blob/master/CONTRIBUTING.md)
- [ ] Tests for the changes have been added/pudated (if applicable)
- [ ] Docs related to the changes have been added/updated (if applicable)