diff options
author | Wushin <pasekei@gmail.com> | 2016-11-25 20:18:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 20:18:33 -0600 |
commit | 22a0c48c5ae3a99b22dbe014c1498c0dd1039a8d (patch) | |
tree | 94ff834c0031d1925e1bbbb067a80712a4796a34 | |
parent | b1acbb968e529e0d2b9587cc8004122021d16eda (diff) | |
parent | 3808669c025edf1e28a41f141a9f87e92399c4bb (diff) | |
download | serverdata-22a0c48c5ae3a99b22dbe014c1498c0dd1039a8d.tar.gz serverdata-22a0c48c5ae3a99b22dbe014c1498c0dd1039a8d.tar.bz2 serverdata-22a0c48c5ae3a99b22dbe014c1498c0dd1039a8d.tar.xz serverdata-22a0c48c5ae3a99b22dbe014c1498c0dd1039a8d.zip |
Merge pull request #531 from mekolat/deprecation
add deprecation notice to repo
-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. |