mirror of
https://github.com/nzp-team/assets.git
synced 2025-04-22 07:30:47 +00:00
GIT: Add Pull Request template
This commit is contained in:
parent
6c050a40da
commit
a1b57087dc
1 changed files with 24 additions and 0 deletions
24
.github/pull_request_template.md
vendored
Normal file
24
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!-- Note that before you open this Pull Request it should be titled to fit our standard, using prefixes specifying platform relevancy:
|
||||
* `MAPS`: Maps
|
||||
* `GFX`: HUD/Menu/etc. graphics
|
||||
* `SOUNDS`: Sounds
|
||||
* `WAD`: Map textures/map wads
|
||||
* `CFG`: Configuration files
|
||||
|
||||
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