Skip to content

Commit 0e720d5

Browse files
committed
added issue templates
1 parent 3569ecc commit 0e720d5

File tree

5 files changed

+135
-0
lines changed

5 files changed

+135
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug or issue with the JADX-AI-MCP plugin
4+
title: '[BUG] '
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
### Description
10+
A clear and concise description of the issue.
11+
12+
### Environment
13+
- JADX Version: [e.g. 1.4.7]
14+
- Plugin Version: [e.g. 1.0.2]
15+
- OS: [e.g. Windows 11, macOS 14.4, Ubuntu 24.04]
16+
- Java Version: [e.g. OpenJDK 17.0.8]
17+
18+
### Steps to Reproduce
19+
1. [First Step]
20+
2. [Second Step]
21+
3. [Additional steps...]
22+
23+
### Expected Behavior
24+
A clear and concise description of what you expected to happen.
25+
26+
### Actual Behavior
27+
A clear and concise description of what actually happened.
28+
29+
### Screenshots
30+
If applicable, add screenshots to help explain your problem.
31+
32+
### Sample Code/APK
33+
If possible, provide a minimal code sample or APK that reproduces the issue (make sure to remove any sensitive information).
34+
35+
### Logs
36+
Paste any relevant logs or error messages here
37+
38+
### Additional Context/ What you tried to solve it
39+
Add any other context about the problem here.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Documentation Issue
3+
about: Report issues with or suggest improvements to documentation
4+
title: '[DOCS] '
5+
labels: documentation
6+
assignees: ''
7+
---
8+
9+
### Documentation Issue
10+
Describe what's missing, unclear, or incorrect in the documentation.
11+
12+
### Location
13+
Provide a link or describe where the documentation issue is located.
14+
15+
### Suggested Improvement
16+
If you have suggestions for how to improve the documentation, describe them here.
17+
18+
### Additional Context
19+
Add any other context, references, or screenshots about the documentation issue here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature or enhancement for the JADX-AI-MCP plugin
4+
title: '[FEATURE] '
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
### Feature Description
10+
A clear and concise description of the feature you're suggesting.
11+
12+
### Use Case
13+
Explain the use case or scenario where this feature would be valuable. How would you and others benefit from this feature?
14+
15+
### Proposed Solution
16+
If you have ideas about how to implement this feature, describe them here. Include any mockups, diagrams, or reference examples if applicable.
17+
18+
### Alternatives Considered
19+
Have you considered any alternative solutions or workarounds? If so, please describe them.
20+
21+
### Additional Context
22+
Add any other context, references, or screenshots about the feature request here.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Performance Issue
3+
about: Report performance problems with the JADX-AI-MCP plugin
4+
title: '[PERFORMANCE] '
5+
labels: performance
6+
assignees: ''
7+
---
8+
9+
### Performance Issue Description
10+
A clear and concise description of the performance issue you're experiencing.
11+
12+
### Environment
13+
- JADX Version: [e.g. 1.4.7]
14+
- Plugin Version: [e.g. 1.0.2]
15+
- OS: [e.g. Windows 11, macOS 14.4, Ubuntu 24.04]
16+
- Java Version: [e.g. OpenJDK 17.0.8]
17+
- System Specifications: [e.g. CPU, RAM, etc.]
18+
19+
### Steps to Reproduce
20+
1. [First Step]
21+
2. [Second Step]
22+
3. [Additional steps...]
23+
24+
### Performance Measurements
25+
If possible, include specific metrics or measurements:
26+
- Execution time: [e.g. 30 seconds vs expected 5 seconds]
27+
- Memory usage: [e.g. 2GB RAM]
28+
- CPU usage: [e.g. 100% on all cores]
29+
30+
### Sample Code/APK
31+
If possible, provide a minimal code sample or APK that demonstrates the performance issue.
32+
33+
### Additional Context
34+
Add any other context about the performance issue here.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Question
3+
about: Ask a question about using or developing with the JADX-AI-MCP plugin
4+
title: '[QUESTION] '
5+
labels: question
6+
assignees: ''
7+
---
8+
9+
### Question
10+
State your question clearly and provide as much context as possible.
11+
12+
### Environment (if relevant)
13+
- JADX Version: [e.g. 1.4.7]
14+
- Plugin Version: [e.g. 1.0.2]
15+
- OS: [e.g. Windows 11, macOS 14.4, Ubuntu 24.04]
16+
17+
### What I've Tried
18+
List any research or attempts you've made to find the answer before asking.
19+
20+
### Additional Information
21+
Any additional information or context that might help answer your question.

0 commit comments

Comments
 (0)