chore: create PULL_REQUEST_TEMPLATE (#6988)

This commit is contained in:
Nitin Kumar 2021-09-23 14:28:39 +05:30 committed by GitHub
parent b1f6e8692b
commit 149d88fe20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,20 @@
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
**What kind of change does this PR introduce?**
<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->
**Did you add tests for your changes?**
**If relevant, did you update the documentation?**
**Summary**
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
<!-- Try to link to an open issue for more information. -->
**Does this PR introduce a breaking change?**
<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->
**Other information**