Projects STRLCPY jadx Files
🤬
master
ROOT /
CONTRIBUTING.md
33 lines | ISO-8859-1 | 1 KB

Contributing

Please note we have a code of conduct, please follow it in all your interactions with the project.

Open Issue

  1. Before proceed please do:

  2. Describe error Describe error

    • full name of method or class with error

    • full java stacktrace (no need to copy method fallback code (commented pseudocode))

    • IMPORTANT!: attach or provide link to apk file (double check apk version)

      Note: GitHub don't allow attach files with .apk extension, but you can change extension by adding .zip at the end :)

Pull Request Process

  1. Please don't submit any code style fixes, dependencies updates or other changes which are not fixing any issues.

  2. Before start working on PR please discuss the change you wish to make via issue. PR without corresponding issue will be rejected.

  3. Use only features and API from Java 8 or below.

  4. If possible don't add additional dependencies especially if they are big.

  5. Make sure your code is correctly formatted, see description here: Code Formatting.

  6. Make sure your changes is passing build: ./gradlew clean build dist

Please wait...
Page is in error, reload to recover