Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(issue/template): update issue template for bug #5785

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading