lbry-desktop/.github/PULL_REQUEST_TEMPLATE.md

48 lines
1.4 KiB
Markdown
Raw Normal View History

## Fixes
2019-01-19 12:43:49 -05:00
Issue Number:
2019-01-19 12:43:49 -05:00
<!-- Tip:
- Add keywords to directly close the Issue when the PR is merged.
- Skip the keyword if the Issue contains multiple items.
- https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
-->
## 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. -->
## PR Type & Checklist
<details><summary>PR Type...</summary>
2018-10-30 16:42:54 -04:00
2019-01-19 12:43:49 -05:00
What kind of change does this PR introduce?
2018-10-30 16:42:54 -04:00
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting)
- [ ] Refactoring (no functional changes)
- [ ] Documentation changes
- [ ] Other - Please describe:
</details>
2018-10-30 16:42:54 -04:00
<!---------------------------------------------------------------------------->
2018-10-30 16:42:54 -04:00
<details><summary>PR Checklist...</summary>
2018-10-30 16:42:54 -04:00
<!-- For the checkbox formatting to work properly, make sure there are no spaces on either side of the "x" -->
2018-10-30 16:42:54 -04:00
Please check all that apply to this PR using "x":
2018-10-30 16:42:54 -04:00
- [ ] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
- [ ] I added a line describing my change to CHANGELOG.md
- [ ] 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
</details>