|
1 | 1 | --- |
2 | 2 | name: Report a bug |
3 | 3 | about: Create a report to help us improve |
4 | | -title: '' |
| 4 | +title: '[Bug]' |
5 | 5 | labels: 'type:bug' |
6 | 6 | assignees: '' |
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
10 | | -<!-- Have you done the following? --> |
11 | | -<!-- * Reproduced the issue in the latest version of the software --> |
12 | | -<!-- * Duplicate Issue check: https://github.com/search?q=+is%3Aissue+repo%3Atronprotocol/java-tron --> |
| 10 | +<!-- |
| 11 | +⚠️ Before submitting, please ensure you have: |
| 12 | +✓ Reproduced the issue in the latest version of java-tron |
| 13 | +✓ Checked for duplicate issues: https://github.com/search?q=+is%3Aissue+repo%3Atronprotocol/java-tron |
| 14 | +✓ Reviewed the documentation: https://tronprotocol.github.io/documentation-en/introduction/ |
| 15 | +--> |
13 | 16 |
|
14 | | -#### Software Versions |
15 | | -<!-- `java -jar FullNode.jar -v` --> |
| 17 | +## Bug Description |
| 18 | + |
| 19 | +<!-- Provide a clear and concise description of the bug --> |
| 20 | + |
| 21 | +## Environment |
| 22 | + |
| 23 | +**Network** |
| 24 | +<!-- Specify the network type: Mainnet, Testnet, or Private network --> |
| 25 | + |
| 26 | +**Software Versions** |
| 27 | +<!-- Run `java -jar FullNode.jar -v` to get version information --> |
16 | 28 |
|
17 | | -<!-- |
18 | 29 | ``` |
19 | | -OS : Linux |
20 | | -JVM : Oracle Corporation 1.8.0_161 amd64 |
21 | | -Git : b1fc2f0f2bd79527099bc3027b9aba165c2e20c2 |
22 | | -Version : 4.7.4 |
23 | | -Code : 18260 |
| 30 | +OS: <!-- e.g., Ubuntu 20.04, macOS 12.0, Windows 11 --> |
| 31 | +JVM: <!-- e.g., Oracle Corporation 1.8.0_161 amd64 --> |
| 32 | +Git Commit: <!-- e.g., b1fc2f0f2bd79527099bc3027b9aba165c2e20c2 --> |
| 33 | +Version: <!-- e.g., 4.7.4 --> |
| 34 | +Code: <!-- e.g., 18260 --> |
24 | 35 | ``` |
25 | | ---> |
26 | 36 |
|
27 | | -#### Expected behaviour |
28 | | -<!--[What you expect to happen] --> |
| 37 | +**Configuration** |
| 38 | +<!-- If relevant, describe your node configuration (e.g., FullNode, SolidityNode, witness settings) --> |
| 39 | + |
| 40 | +## Expected Behavior |
| 41 | + |
| 42 | +<!-- Describe what you expected to happen --> |
29 | 43 |
|
| 44 | +## Actual Behavior |
30 | 45 |
|
31 | | -#### Actual behaviour |
32 | | -<!--[What you expect to happen] --> |
| 46 | +<!-- Describe what actually happened --> |
33 | 47 |
|
| 48 | +## Frequency |
34 | 49 |
|
35 | | -#### Frequency |
36 | | -<!-- [What percentage of the time does it occur?] --> |
| 50 | +<!-- How often does this issue occur? --> |
| 51 | +- [ ] Always (100%) |
| 52 | +- [ ] Frequently (>50%) |
| 53 | +- [ ] Sometimes (10-50%) |
| 54 | +- [ ] Rarely (<10%) |
| 55 | + |
| 56 | +## Steps to Reproduce |
| 57 | + |
| 58 | +<!-- Provide detailed steps to reproduce the issue --> |
| 59 | + |
| 60 | +1. |
| 61 | +2. |
| 62 | +3. |
| 63 | + |
| 64 | +## Logs and Error Messages |
| 65 | + |
| 66 | +<!-- |
| 67 | +⚠️ IMPORTANT: Submit logs as text, not screenshots |
| 68 | +Include relevant logs from FullNode.jar or other components |
| 69 | +--> |
| 70 | + |
| 71 | +``` |
| 72 | +[Paste error messages, stack traces, or relevant logs here] |
| 73 | +``` |
37 | 74 |
|
38 | | -#### Steps to reproduce the behaviour |
| 75 | +## Additional Context (Optional) |
39 | 76 |
|
40 | | -1. [Step 1] |
41 | | -2. [Step 2] |
42 | | -3. [Step ...] |
| 77 | +<!-- Add any other context about the problem --> |
43 | 78 |
|
44 | | -#### Backtrace |
| 79 | +**Screenshots** |
| 80 | +<!-- If applicable, add screenshots to help explain the problem --> |
45 | 81 |
|
46 | | -```` |
47 | | -[backtrace] |
48 | | -```` |
| 82 | +**Related Issues** |
| 83 | +<!-- Link to any related issues or pull requests --> |
49 | 84 |
|
50 | | -When submitting logs: please submit them as text and not screenshots. |
| 85 | +**Possible Solution** |
| 86 | +<!-- If you have suggestions on how to fix the bug, describe them here --> |
0 commit comments