Merge pull request #114 from nzp-team/cypress_prtemplate

GIT: Add Pull Request Template
This commit is contained in:
cypress 2025-03-02 14:10:56 -08:00 committed by GitHub
commit 836cdd6ebb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

29
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,29 @@
<!-- Note that before you open this Pull Request it should be titled to fit our standard, using prefixes specifying component relevancy:
* `SERVER`: SSQC/Game code, for all supported platforms.
* `CLIENT`: CSQC for FTE, in the "client" directory.
* `MENU`: MenuQC
If commits generally are common, use the `GLOBAL` prefix.
Examples:
SERVER: Fixed runaway loop when loading mbox file
CLIENT: Adjusted round icon color on HUD
CLIENT/SERVER: Add new stat for revived player count
Ideally you should also use this standard for your commit names too. They'll likely be squashed on merge if they do not conform.
-->
### Description of Changes
---
<!-- Replace this text with an overview of your changes made in this Pull Request. Please use your best judgement here, do not be verbose to the point that you are giving an exact step-by-step of your workflow, but do not undersell the changes made. If this Pull Request addresses an open issue, you should reference that too. -->
### Visual Sample
---
<!-- Replace this text with a media attachment or code test snippet that demonstrates the functionality of your changes. Please be mindful that GitHub is a platform for everyone, refrain from sending big attachments that could take a very long time to download for users with slow internet speeds. -->
### Checklist
---
- [ ] I have thoroughly tested my changes to the best of my ability
- [ ] I confirm I have not contributed anything that would impact Nazi Zombies: Portable's licensing and usage
- [ ] This Pull Request fixes a **critical** issue that should be reviewed and merged as soon as possible