forked from Airsaid/AndroidLocalizePlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissue_template
More file actions
78 lines (59 loc) · 1.57 KB
/
issue_template
File metadata and controls
78 lines (59 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
## Issue Report
Please ensure you have provided all the following requested information in your report.
### Environment Information
#### Platform
- [ ] Android Studio
- [ ] IntelliJ IDEA Community
- [ ] IntelliJ IDEA Ultimate
#### IDE Version
- IDE Version:
- IDE Build Number: (Help → About → Build)
#### Plugin Information
- Plugin Version:
- Plugin Source: [ ] JetBrains Marketplace [ ] Manual Installation
### Translation Configuration
#### Translator Used
- [ ] Google
- [ ] Microsoft
- [ ] Baidu
- [ ] Youdao
- [ ] Ali
- [ ] DeepL
- [ ] OpenAI
#### Translation Settings
- Using API Key: [ ] Yes [ ] No
- Translation Interval: (ms)
- Cache Enabled: [ ] Yes [ ] No
### Issue Details
#### Issue Type
- [ ] Translation Error/Failure
- [ ] UI/Interface Issue
- [ ] Performance Issue
- [ ] Configuration Problem
- [ ] Feature Request
- [ ] Other
#### Description
_Please provide a detailed description of the issue:_
#### Steps to Reproduce
1.
2.
3.
#### Expected Behavior
_What you expected to happen:_
#### Actual Behavior
_What actually happened:_
#### Error Messages
_If applicable, please include any error messages or stack traces:_
```
[Paste error messages here]
```
#### Sample Files
_If the issue is related to specific string resources, please provide a sample:_
```xml
<!-- Example strings.xml content that causes the issue -->
```
### Checklist
- [ ] I have searched existing issues to ensure this is not a duplicate
- [ ] I have provided all the requested information above
- [ ] I have tested with the latest version of the plugin
- [ ] I have checked the FAQ in the README