diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-11-25 21:22:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 21:22:07 -0500 |
commit | 92f3b1e865ce9cbb032a33a2e4cefa061523c0f1 (patch) | |
tree | 282aec1e7012c024f58b9b65e63d486ecd3b2b5d /CONTRIBUTING.md | |
parent | 737a9baab00d06c0f6822b9fe24fc03c1d4a8656 (diff) | |
download | clientdata-92f3b1e865ce9cbb032a33a2e4cefa061523c0f1.tar.gz clientdata-92f3b1e865ce9cbb032a33a2e4cefa061523c0f1.tar.bz2 clientdata-92f3b1e865ce9cbb032a33a2e4cefa061523c0f1.tar.xz clientdata-92f3b1e865ce9cbb032a33a2e4cefa061523c0f1.zip |
add deprecation notice to repo
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..ed5c991f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Contributing +*This repository is* ***feature-frozen****. Anything that adds new content will NOT be merged.* + +Only patches for the following will be accepted: + + +## High priority patches +- Missing sprites for already-released content [(green Error boxes)](https://github.com/themanaworld/tmwa-client-data/blob/master/graphics/sprites/error.png). +- XML errors. + +## Low priority patches +- Typos. +- Missing or incorrect item stats. +- Missing or incorrect translation information in XML files. +- Mapping errors (tiles on the wrong layer). +- Quest log modifications. +- Missing frames in sprites. +- Misc visual improvements (avatars, icons, ...). |