mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Hello WWWWWWorld!
This commit is contained in:
33
.github/pull_request_template.md
vendored
Normal file
33
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
## The Basics
|
||||
|
||||
Thanks for making a pull request! Before making a pull request, we have some
|
||||
things for you to read through first:
|
||||
|
||||
- We generally do not accept patches for formatting fixes, unless the formatting
|
||||
fixes are part of a functional patch (for example, when fixing a bug in a
|
||||
function you can fix up the lines surrounding it if needed).
|
||||
- Patches that break compatibility with the original game data or save data will
|
||||
not be accepted.
|
||||
- New features and user interface changes will most likely not be accepted
|
||||
unless they are for improving user accessibility.
|
||||
- New platforms are acceptable if they use SDL + PhysicsFS and don't mess with
|
||||
the game source too much.
|
||||
- (No homebrew console targets, sorry! Maybe do the work in SDL instead?)
|
||||
- Pull requests that do not fill out the Legal Stuff will be closed
|
||||
automatically.
|
||||
|
||||
If you understand these notes, you can delete the text in this section. Pull
|
||||
requests that still have this text will be closed automatically.
|
||||
|
||||
## Legal Stuff:
|
||||
|
||||
By submitting this pull request, I confirm that...
|
||||
|
||||
- [ ] My changes may be used in a future commercial release of VVVVVV (for
|
||||
example, a 2.3 update on Steam for Windows/macOS/Linux)
|
||||
- [ ] I will be credited in a `CONTRIBUTORS` file for all of said releases, but
|
||||
will NOT be compensated for these changes
|
||||
|
||||
## Changes:
|
||||
|
||||
Describe your patch here!
|
||||
Reference in New Issue
Block a user