Update pull request template

This commit is contained in:
David Malchin
2022-08-30 03:51:24 +03:00
parent fc0b9baeb2
commit e7357a5db5
+9 -8
View File
@@ -1,10 +1,11 @@
**Describe Pull request** ## Description
First, make sure you've read and are following the contribution guidelines and style guide and your code reflects that.
Write up a clear and concise description of what your pull request adds or fixes and if it's an added feature explain why you think it should be included in the core.
If your PR is to fix an issue mention that issue here <!-- What does your pull request change? Why should it be merged? Does it fix an issue? -->
**Questions (please complete the following information):** ## Checklist
- Have you personally loaded this code into an updated qbcore project and checked all it's functionality? [yes/no] (Be honest)
- Does your code fit the style guidelines? [yes/no] <!-- Put an x inside the [ ] to check an item, like so: [x] -->
- Does your PR fit the contribution guidelines? [yes/no]
- [ ] I have personally loaded this code into an updated qbcore project and checked all of its functionality.
- [ ] My code fits the style guidelines.
- [ ] My PR fits the contribution guidelines.