update PULL_REQUEST_TEMPLATE.md (#2624)
This commit is contained in:
parent
6d1b0a63b6
commit
618aaa9f95
|
@ -1,34 +1,36 @@
|
||||||
---
|
# Title
|
||||||
Title
|
|
||||||
---
|
|
||||||
|
|
||||||
**Important note**
|
<!-- Thanks for sending a pull request! Make sure to follow the contributing guidelines. -->
|
||||||
We may remove your pull request if you do not use this provided PR template correctly.
|
<!-- Important note, we may remove your pull request if you do not use this provided PR template correctly. -->
|
||||||
|
|
||||||
**Pull Request Type**
|
## Pull Request Type
|
||||||
Please select what type of pull request this is:
|
<!-- Please select what type of pull request this is: [x] -->
|
||||||
- [ ] Bugfix
|
- [ ] Bugfix
|
||||||
- [ ] Feature Implementation
|
- [ ] Feature Implementation
|
||||||
- [ ] Documentation
|
- [ ] Documentation
|
||||||
- [ ] Other
|
- [ ] Other
|
||||||
|
|
||||||
**Related issue**
|
## Related issue
|
||||||
Please link the issue your pull request is referring to. If this pull request fully resolves the relevant issue, put "closes" before the issue number. Example: "closes #123456".
|
<!-- Please link the issue your pull request is referring to. -->
|
||||||
|
<!-- If this pull request fully resolves the relevant issue, put "closes" before the issue number. -->
|
||||||
|
<!-- Example: "closes #123456". -->
|
||||||
|
|
||||||
**Description**
|
## Description
|
||||||
Please write a clear and concise description of what the pull request does.
|
<!-- Please write a clear and concise description of what the pull request does. -->
|
||||||
|
|
||||||
**Screenshots (if appropriate)**
|
## Screenshots <!-- If appropriate -->
|
||||||
Please add before and after screenshots if there is a visible change.
|
<!-- Please add before and after screenshots if there is a visible change. -->
|
||||||
|
|
||||||
**Testing (for code that is not small enough to be easily understandable)**
|
## Testing <!-- for code that is not small enough to be easily understandable -->
|
||||||
Has this pull request been tested?
|
<!-- Has this pull request been tested? -->
|
||||||
Please describe shortly how you tested it and whether there are any ramifications remaining.
|
<!-- Please describe shortly how you tested it. -->
|
||||||
|
<!-- Are there any ramifications remaining? -->
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
## Desktop
|
||||||
- OS: [e.g. iOS]
|
<!-- Please complete the following information-->
|
||||||
- OS Version: [e.g. 22]
|
- **OS:**
|
||||||
- FreeTube version: [e.g. 0.8]
|
- **OS Version:**
|
||||||
|
- **FreeTube version:**
|
||||||
|
|
||||||
**Additional context**
|
## Additional context
|
||||||
Add any other context about the problem here.
|
<!-- Add any other context about the pull request here. -->
|
||||||
|
|
Loading…
Reference in New Issue