From 627a4dc80298c9ec81fb65a0ea21e62e557cc11d Mon Sep 17 00:00:00 2001 From: skylot Date: Tue, 19 Aug 2014 23:25:25 +0400 Subject: [PATCH] add contribution section to readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c19e9e9a9..24955364b 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,20 @@ Example: * edit 'jadx' script (jadx.bat on Windows) and setup bigger heap size: `DEFAULT_JVM_OPTS="-Xmx2500M"` + +### Contribution + +To support this project you can: + - Post thoughts about new features/optimizations that important to you + - Submit bug using one of following patterns: + * Java code examples which decompiles incorrectly + * Error log and link to _public available_ apk file or app page on Google play + +And any other comments will be very helpfull, +because at current stage of development it is very time consuming +to **find** new bugs, design and implement new features. +Also I need to **prioritize** these task for complete most important at first. + --------------------------------------- *Licensed under the Apache 2.0 License*