Skip to content

Commit f90eb5e

Browse files
committed
Refactor issue template
1 parent 42d5966 commit f90eb5e

File tree

1 file changed

+67
-10
lines changed

1 file changed

+67
-10
lines changed

.github/issue_template

Lines changed: 67 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,78 @@
1-
Please ensure you have given all the following requested information in your report.
1+
## Issue Report
22

3+
Please ensure you have provided all the following requested information in your report.
34

4-
#### Please select the affected platforms
5+
### Environment Information
6+
7+
#### Platform
58
- [ ] Android Studio
6-
- [ ] IntelliJ IDEA
9+
- [ ] IntelliJ IDEA Community
10+
- [ ] IntelliJ IDEA Ultimate
11+
12+
#### IDE Version
13+
- IDE Version:
14+
- IDE Build Number: (Help → About → Build)
15+
16+
#### Plugin Information
17+
- Plugin Version:
18+
- Plugin Source: [ ] JetBrains Marketplace [ ] Manual Installation
719

8-
#### Please select the translator to use
20+
### Translation Configuration
21+
22+
#### Translator Used
923
- [ ] Google
10-
- [ ] Google (API)
1124
- [ ] Microsoft
1225
- [ ] Baidu
1326
- [ ] Youdao
1427
- [ ] Ali
28+
- [ ] DeepL
29+
- [ ] OpenAI
1530

16-
#### Version of Plugin and IDE
17-
- Plugin Version:
18-
- IDE Version:
31+
#### Translation Settings
32+
- Using API Key: [ ] Yes [ ] No
33+
- Translation Interval: (ms)
34+
- Cache Enabled: [ ] Yes [ ] No
35+
36+
### Issue Details
37+
38+
#### Issue Type
39+
- [ ] Translation Error/Failure
40+
- [ ] UI/Interface Issue
41+
- [ ] Performance Issue
42+
- [ ] Configuration Problem
43+
- [ ] Feature Request
44+
- [ ] Other
45+
46+
#### Description
47+
_Please provide a detailed description of the issue:_
48+
49+
#### Steps to Reproduce
50+
1.
51+
2.
52+
3.
53+
54+
#### Expected Behavior
55+
_What you expected to happen:_
56+
57+
#### Actual Behavior
58+
_What actually happened:_
59+
60+
#### Error Messages
61+
_If applicable, please include any error messages or stack traces:_
62+
63+
```
64+
[Paste error messages here]
65+
```
66+
67+
#### Sample Files
68+
_If the issue is related to specific string resources, please provide a sample:_
69+
70+
```xml
71+
<!-- Example strings.xml content that causes the issue -->
72+
```
1973

20-
#### Issue details
21-
_Please provide the details of your issue_
74+
### Checklist
75+
- [ ] I have searched existing issues to ensure this is not a duplicate
76+
- [ ] I have provided all the requested information above
77+
- [ ] I have tested with the latest version of the plugin
78+
- [ ] I have checked the FAQ in the README

0 commit comments

Comments
 (0)