mirror of
https://github.com/skylot/jadx.git
synced 2024-11-26 22:20:50 +00:00
chore: use github issue forms for templates
This commit is contained in:
parent
f81a2c4ebb
commit
f6ab105ef7
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
19
.github/ISSUE_TEMPLATE/decompilation-error.md
vendored
19
.github/ISSUE_TEMPLATE/decompilation-error.md
vendored
@ -1,19 +0,0 @@
|
||||
---
|
||||
name: Decompilation error
|
||||
about: Create a report to help us improve jadx decompiler
|
||||
title: "[core]"
|
||||
labels: Core, bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Checks before report**
|
||||
- check [Troubleshooting Q&A](https://github.com/skylot/jadx/wiki/Troubleshooting-Q&A) section on wiki
|
||||
- search existing issues by exception message
|
||||
|
||||
**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 :)
|
40
.github/ISSUE_TEMPLATE/decompilation-issue.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/decompilation-issue.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: Decompilation issue
|
||||
description: Create a report to help us improve jadx decompiler
|
||||
title: '[core] '
|
||||
labels:
|
||||
- Core
|
||||
- bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**Checks before submit**
|
||||
- check [Troubleshooting Q&A](https://github.com/skylot/jadx/wiki/Troubleshooting-Q&A) section on wiki
|
||||
- try [latest unstable build](https://nightly.link/skylot/jadx/workflows/build-artifacts/master), maybe issue already fixed
|
||||
- search existing issues by exception message
|
||||
- type: textarea
|
||||
id: details
|
||||
attributes:
|
||||
label: Issue details
|
||||
placeholder: >-
|
||||
Describe issue
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output or stacktrace
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: java
|
||||
- type: textarea
|
||||
id: sample
|
||||
attributes:
|
||||
label: Provide sample and class/method full name
|
||||
description: |
|
||||
- sample: attach or provide a link
|
||||
- full name of class or method with issue
|
||||
- other details which may help to reproduce issue
|
||||
- type: input
|
||||
id: jadx-version
|
||||
attributes:
|
||||
label: Jadx version
|
10
.github/ISSUE_TEMPLATE/feature-request.md
vendored
10
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@ -1,10 +0,0 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest an idea for jadx
|
||||
title: "[feature]"
|
||||
labels: new feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
*Describe your idea:*
|
13
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
13
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Feature Request
|
||||
description: Suggest an idea for jadx
|
||||
title: '[feature] '
|
||||
labels:
|
||||
- 'new feature'
|
||||
body:
|
||||
- type: textarea
|
||||
id: details
|
||||
attributes:
|
||||
label: Describe your idea
|
||||
placeholder: Feature details
|
||||
validations:
|
||||
required: true
|
43
.github/ISSUE_TEMPLATE/jadx-gui-issue.yml
vendored
Normal file
43
.github/ISSUE_TEMPLATE/jadx-gui-issue.yml
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
name: jadx-gui issue
|
||||
description: Create a bug report about issue found in jadx-gui
|
||||
title: '[gui] '
|
||||
labels:
|
||||
- GUI
|
||||
- bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**Checks before submit**
|
||||
- check [Troubleshooting Q&A](https://github.com/skylot/jadx/wiki/Troubleshooting-Q&A) section on wiki
|
||||
- try [latest unstable build](https://nightly.link/skylot/jadx/workflows/build-artifacts/master), maybe issue already fixed
|
||||
- search existing issues by exception message
|
||||
- type: textarea
|
||||
id: details
|
||||
attributes:
|
||||
label: Issue details
|
||||
placeholder: Describe issue and how to reproduce it
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: jadx-version
|
||||
attributes:
|
||||
label: Jadx version
|
||||
placeholder: check `Help->About`
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: java-version
|
||||
attributes:
|
||||
label: Java version
|
||||
placeholder: check `Help->About`
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: os
|
||||
attributes:
|
||||
label: OS
|
||||
options:
|
||||
- label: Windows
|
||||
- label: Linux
|
||||
- label: macOS
|
Loading…
Reference in New Issue
Block a user