mirror of
https://github.com/nzp-team/assets.git
synced 2025-03-22 01:20:58 +00:00
GIT: Add missing LICENSE, add PR template (#96)
* GIT: Add LICENSE * GIT: Add Pull Request template
This commit is contained in:
parent
3ea8a91719
commit
58a8aded8c
2 changed files with 61 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
|
37
LICENSE.md
Normal file
37
LICENSE.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
|
||||
|
||||
Copyright (C) `2025 NZ:P Team`
|
||||
|
||||
## You are free to
|
||||
|
||||
**Share** — copy and redistribute the material in any medium or format for any\
|
||||
purpose, even commercially.
|
||||
|
||||
**Adapt** — remix, transform, and build upon the material for any purpose, even\
|
||||
commercially.
|
||||
|
||||
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
||||
|
||||
## Under the following terms
|
||||
|
||||
**Attribution** — You must give [appropriate credit](https://creativecommons.org/licenses/by-sa/4.0/#ref-appropriate-credit), provide a link to the license,\
|
||||
and [indicate if changes were made](https://creativecommons.org/licenses/by-sa/4.0/#ref-indicate-changes). You may do so in any reasonable manner,\
|
||||
but not in any way that suggests the licensor endorses you or your use.
|
||||
|
||||
**ShareAlike** — If you remix, transform, or build upon the material, you must\
|
||||
distribute your contributions under the [same license](https://creativecommons.org/licenses/by-sa/4.0/#ref-same-license) as the original.
|
||||
|
||||
**No additional restrictions** — You may not apply legal terms or [technological\
|
||||
measures](https://creativecommons.org/licenses/by-sa/4.0/#ref-technological-measures) that legally restrict others from doing anything the license permits.
|
||||
|
||||
## Notices
|
||||
|
||||
You do not have to comply with the license for elements of the material in the public\
|
||||
domain or where your use is permitted by an applicable [exception or limitation](https://creativecommons.org/licenses/by-sa/4.0/#ref-exception-or-limitation).
|
||||
|
||||
No warranties are given. The license may not give you all of the permissions necessary for\
|
||||
your intended use. For example, other rights such as [publicity, privacy, or moral rights](https://creativecommons.org/licenses/by-sa/4.0/#ref-publicity-privacy-or-moral-rights) may limit how you use the material.
|
||||
|
||||
## For more details
|
||||
|
||||
<https://creativecommons.org/licenses/by-sa/4.0/>
|
Loading…
Reference in a new issue