Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Faryan Rezagholi
2019-09-08 14:30:06 +02:00
committed by GitHub
parent 8c962e8b60
commit 58add600d6

View File

@@ -15,18 +15,19 @@
## Screenshots (if appropriate):
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Updated translation
<!--- What types of changes does your code introduce? -->
<!--- Uncomment the line that applys to you pull request -->
<!--- [X] Bug fix (non-breaking change which fixes an issue) -->
<!--- [X] New feature (non-breaking change which adds functionality) -->
<!--- [X] Breaking change (fix or feature that would cause existing functionality to change) -->
<!--- [X] Updated translation -->
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- Go over all the following points. All of them must apply to your pull request to be merged. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] I have read the **CONTRIBUTING** document.
- [ ] My code follows the code style of this project.
- [ ] All Tests within VisualStudio are passing
- [ ] This pull request does not target the master branch.
- [ ] I have updated the changelog file accordingly.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have updated the changelog file accordingly, if necessary.
- [ ] I have updated the documentation accordingly, if necessary.