diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..33048e83a --- /dev/null +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index b976bd903..70a88654a 100644 --- a/README.md +++ b/README.md @@ -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*