Skip to content

Commit e7c8d40

Browse files
authored
Merge pull request #5803 from halibobo1205/feat/issue_bug_template
docs(issue/template): simplify issue template for bug
2 parents 40d7f26 + 20f0211 commit e7c8d40

File tree

1 file changed

+12
-23
lines changed

1 file changed

+12
-23
lines changed

.github/ISSUE_TEMPLATE/report-a-bug.md

+12-23
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,18 @@ assignees: ''
1111
<!-- * Reproduced the issue in the latest version of the software -->
1212
<!-- * Duplicate Issue check: https://github.com/search?q=+is%3Aissue+repo%3Atronprotocol/java-tron -->
1313

14-
#### System information
15-
16-
17-
**Versions**
18-
* Software version: [`java -jar FullNode.jar -v`]
19-
* Java version: [`java -version`]
20-
* OS Name & Version: [`cat /etc/*release`]
21-
* Kernel Version: [`uname -a`]
22-
* Virtual Machine software & version: [`vmware -v`]
23-
* Docker Version: [`docker version`]
24-
* Cloud VM, type, size: [Amazon Web Services I3-large]
25-
* Node Type: [e.g. fullNode, liteFullNode]
26-
* Blockchain Net: [e.g. main, test or private ]
27-
* Commit hash : [if `develop`]
28-
29-
**Smart contract information (If you're reporting an issue arising from deploying or calling a smart contract, please supply related information)**
30-
* Solidity version [`solc --version`]
31-
* Repo with minimal set of deployable/reproducible contract code - please provide a link
32-
* Please include specifics on how you are deploying/calling the contract
33-
34-
**Additional Information (Add any of the following or anything else that may be relevant)**
35-
* setup info - startup script, config options
36-
* System info - memory、 CPU、network bandwidth, disk type-
14+
#### Software Versions
15+
<!-- `java -jar FullNode.jar -v` -->
16+
17+
<!--
18+
```
19+
OS : Linux
20+
JVM : Oracle Corporation 1.8.0_161 amd64
21+
Git : b1fc2f0f2bd79527099bc3027b9aba165c2e20c2
22+
Version : 4.7.4
23+
Code : 18260
24+
```
25+
-->
3726

3827
#### Expected behaviour
3928
<!--[What you expect to happen] -->

0 commit comments

Comments
 (0)