Skip to content

Commit

Permalink
docs(issue/template): update issue template for bug (#5785)
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Mar 28, 2024
1 parent a126f2e commit 40d7f26
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,50 @@ assignees: ''

---

<!-- Have you done the following? -->
<!-- * 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

java-tron version: `java -jar FullNode.jar -v`
OS & Version: Windows/Linux/OSX
Commit hash : (if `develop`)

**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-

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


#### Actual behaviour
<!--[What you expect to happen] -->


#### Frequency
<!-- [What percentage of the time does it occur?] -->

#### Steps to reproduce the behaviour

1. [Step 1]
2. [Step 2]
3. [Step ...]

#### Backtrace

Expand Down

0 comments on commit 40d7f26

Please sign in to comment.