diff options
author | Wushin <pasekei@gmail.com> | 2016-11-25 21:29:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 21:29:29 -0600 |
commit | 288e732ccb42d9d3987862724297e5f33384950f (patch) | |
tree | 85d4f84573d4fd2bbcc07799eabbbef8d09089b2 /CONTRIBUTING.md | |
parent | 7d2a50f773d529e8824dfd7e79890d39772f3d75 (diff) | |
parent | 92f3b1e865ce9cbb032a33a2e4cefa061523c0f1 (diff) | |
download | clientdata-288e732ccb42d9d3987862724297e5f33384950f.tar.gz clientdata-288e732ccb42d9d3987862724297e5f33384950f.tar.bz2 clientdata-288e732ccb42d9d3987862724297e5f33384950f.tar.xz clientdata-288e732ccb42d9d3987862724297e5f33384950f.zip |
Merge pull request #348 from mekolat/deprecated
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, ...). |