Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
f558cc49f7
commit
6589799a2a
1 changed files with 27 additions and 21 deletions
46
.github/PULL_REQUEST_TEMPLATE.md
vendored
46
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,26 +1,32 @@
|
||||||
<!---
|
## PR Checklist
|
||||||
Thank you for contributing to LBRY.
|
|
||||||
Fields marked with (*) are required. Please don't remove the template.
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Description (*)
|
<!-- For the checkbox formatting to work properly, make sure there are no spaces on either side of the "x" -->
|
||||||
<!---
|
|
||||||
Please provide a brief description of this PR.
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Fixed Issues (if necessary)
|
Please check all that apply to this PR using "x":
|
||||||
<!---
|
|
||||||
Please mention all the relevant issues this PR fixes.
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Screenshots (if necessary)
|
- [ ] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
|
||||||
<!---
|
- [ ] I have checked that this PR does not introduce a breaking change
|
||||||
Provide relevant screenshots for the error fixed or the feature introduced. You can upload JPEGs, PNGs, or GIFs.
|
- [ ] This PR introduces breaking changes and I have provided a detailed explanation below
|
||||||
-->
|
|
||||||
|
|
||||||
## Contribution checklist (*)
|
## PR Type
|
||||||
- [ ] I have read the Contributing Guidelines
|
|
||||||
- [ ] Commits have been made with meaningful commit messages
|
|
||||||
- [ ] All automated tests have passed successfully
|
|
||||||
|
|
||||||
|
What kind of change does this PR introduce?
|
||||||
|
|
||||||
|
- [ ] Bugfix
|
||||||
|
- [ ] Feature
|
||||||
|
- [ ] Code style update (formatting)
|
||||||
|
- [ ] Refactoring (no functional changes)
|
||||||
|
- [ ] Documentation changes
|
||||||
|
- [ ] Other - Please describe:
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
Issue Number:
|
||||||
|
|
||||||
|
## What is the current behavior?
|
||||||
|
|
||||||
|
## What is the new behavior?
|
||||||
|
|
||||||
|
## Other information
|
||||||
|
|
||||||
|
<!-- If this PR contains a breaking change, please describe the impact and solution strategy for existing applications below. -->
|
||||||
|
|
Loading…
Reference in a new issue