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