Create PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
5add227e55
commit
f558cc49f7
1 changed files with 26 additions and 0 deletions
26
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
26
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue