mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-04 08:30:56 +00:00
Merge pull request #114 from nzp-team/cypress_prtemplate
GIT: Add Pull Request Template
This commit is contained in:
commit
836cdd6ebb
1 changed files with 29 additions and 0 deletions
29
.github/pull_request_template.md
vendored
Normal file
29
.github/pull_request_template.md
vendored
Normal 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
|
Loading…
Reference in a new issue