Merge 7243186ab3e370869e9366af971588225aad73a5 into db06cd73bd7aed24da05686144a4732afc069243

This commit is contained in:
aor-fokus 2019-08-11 18:21:33 +00:00 committed by GitHub
commit e4b9102a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,13 @@
### All Submissions:
* [ ] Have you followed the guidelines in our Contributing document?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?
### New Feature Submissions:
1. [ ] Have you lint your code locally prior to submission?
### Changes to Core Features:
* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Have you successfully ran tests with your changes locally?