Skip to content

Commit

Permalink
Merge pull request #5803 from halibobo1205/feat/issue_bug_template
Browse files Browse the repository at this point in the history
docs(issue/template): simplify issue template for bug
  • Loading branch information
lvs007 committed Apr 19, 2024
2 parents 40d7f26 + 20f0211 commit e7c8d40
Showing 1 changed file with 12 additions and 23 deletions.
35 changes: 12 additions & 23 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,18 @@ assignees: ''
<!-- * Reproduced the issue in the latest version of the software -->
<!-- * Duplicate Issue check: https://github.com/search?q=+is%3Aissue+repo%3Atronprotocol/java-tron -->

#### System information


**Versions**
* Software version: [`java -jar FullNode.jar -v`]
* Java version: [`java -version`]
* OS Name & Version: [`cat /etc/*release`]
* Kernel Version: [`uname -a`]
* Virtual Machine software & version: [`vmware -v`]
* Docker Version: [`docker version`]
* Cloud VM, type, size: [Amazon Web Services I3-large]
* Node Type: [e.g. fullNode, liteFullNode]
* Blockchain Net: [e.g. main, test or private ]
* Commit hash : [if `develop`]

**Smart contract information (If you're reporting an issue arising from deploying or calling a smart contract, please supply related information)**
* Solidity version [`solc --version`]
* Repo with minimal set of deployable/reproducible contract code - please provide a link
* Please include specifics on how you are deploying/calling the contract

**Additional Information (Add any of the following or anything else that may be relevant)**
* setup info - startup script, config options
* System info - memory、 CPU、network bandwidth, disk type-
#### Software Versions
<!-- `java -jar FullNode.jar -v` -->

<!--
```
OS : Linux
JVM : Oracle Corporation 1.8.0_161 amd64
Git : b1fc2f0f2bd79527099bc3027b9aba165c2e20c2
Version : 4.7.4
Code : 18260
```
-->

#### Expected behaviour
<!--[What you expect to happen] -->
Expand Down

0 comments on commit e7c8d40

Please sign in to comment.