diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 000f0f9..d80e172 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,11 @@ -**Describe Pull request** -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. +## Description -If your PR is to fix an issue mention that issue here + -**Questions (please complete the following information):** -- 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] -- Does your PR fit the contribution guidelines? [yes/no] +## Checklist + + + +- [ ] 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.