Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Sidhya Tikku 2019-10-20 00:27:38 +05:30 committed by GitHub
parent 5add227e55
commit f558cc49f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,26 @@
<!---
Thank you for contributing to LBRY.
Fields marked with (*) are required. Please don't remove the template.
-->
## Description (*)
<!---
Please provide a brief description of this PR.
-->
## Fixed Issues (if necessary)
<!---
Please mention all the relevant issues this PR fixes.
-->
## Screenshots (if necessary)
<!---
Provide relevant screenshots for the error fixed or the feature introduced. You can upload JPEGs, PNGs, or GIFs.
-->
## Contribution checklist (*)
- [ ] I have read the Contributing Guidelines
- [ ] Commits have been made with meaningful commit messages
- [ ] All automated tests have passed successfully