lbry-sdk/.github/PULL_REQUEST_TEMPLATE.md

39 lines
965 B
Markdown
Raw Normal View History

2018-10-30 16:57:41 -04:00
## PR Checklist
Please check all that apply to this PR using "x":
2018-10-29 21:17:51 +03:00
2018-10-30 16:57:41 -04:00
- [ ] 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
- [ ] This PR introduces breaking changes and I have provided a detailed explanation below
2018-10-29 21:17:51 +03:00
2018-10-30 16:57:41 -04:00
## PR Type
What kind of change does this PR introduce?
2018-11-27 15:38:06 -05:00
Why is this change necessary?
2018-10-30 16:57:41 -04:00
<!-- Please check all that apply to this PR using "x". -->
- [ ] Bugfix
- [ ] Feature
- [ ] Breaking changes (bugfix or feature that introduces breaking changes)
- [ ] Code style update (formatting)
- [ ] Refactoring (no functional changes)
- [ ] Documentation changes
- [ ] Other - Please describe:
## Fixes
Issue Number: N/A
## 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. -->