Merge pull request #221 from rgoggins/master

Move contribution section to separate file
This commit is contained in:
skylot
2018-02-12 21:45:41 +03:00
committed by GitHub
2 changed files with 7 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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
-9
View File
@@ -88,15 +88,6 @@ These options also worked on jadx-gui running from command line and override opt
* 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
---------------------------------------
*Licensed under the Apache 2.0 License*