diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-11-25 20:57:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 20:57:21 -0500 |
commit | 3808669c025edf1e28a41f141a9f87e92399c4bb (patch) | |
tree | 068492d782e0b7a9e2007d664eb41f377e5bab7a /CONTRIBUTING.md | |
parent | eae9517e65cd67d48d085e4fdccf0c61547fec8a (diff) | |
download | serverdata-3808669c025edf1e28a41f141a9f87e92399c4bb.tar.gz serverdata-3808669c025edf1e28a41f141a9f87e92399c4bb.tar.bz2 serverdata-3808669c025edf1e28a41f141a9f87e92399c4bb.tar.xz serverdata-3808669c025edf1e28a41f141a9f87e92399c4bb.zip |
add deprecation notice to repo
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..49976102 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contributing +*This repository is* ***feature-frozen****. Anything that changes gameplay, adds new content, or extends existing content will NOT be merged.* + +Only patches for the following will be accepted: + + +## High priority patches +- Game-breaking bugs preventing quest completion. +- Quest state corruption. +- Item / money disappearance. +- Exploits. +- TMWA crashes. +- Client crashes. + +## Low priority patches +- Typos. +- Missing or incorrect collisions. |