From 4bdfdfcb36db9dc4a65d0fa90337916f66c78da7 Mon Sep 17 00:00:00 2001 From: Ryan Goggins Date: Fri, 2 Feb 2018 03:58:41 -0500 Subject: [PATCH 1/2] Create CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md 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 From 477222a3957b90f4afbbf3e57085d7bb23ecffff Mon Sep 17 00:00:00 2001 From: Ryan Goggins Date: Fri, 2 Feb 2018 03:59:10 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) 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*