mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
adds issue templates (#7820)
* adds issue templates Signed-off-by: jflo <justin+github@florentine.us> * adopts pr suggestions Signed-off-by: jflo <justin+github@florentine.us> --------- Signed-off-by: jflo <justin+github@florentine.us> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8fce5aa6ff
commit
11fc094132
50
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
50
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: necessary information to help us resolve the issue
|
||||
title: ''
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Have you done the following? -->
|
||||
<!-- * read the Code of Conduct? By filing an Issue, you are expected to -->
|
||||
<!-- comply with it, including treating everyone with respect: -->
|
||||
<!-- https://github.com/hyperledger/besu/blob/main/CODE_OF_CONDUCT.md -->
|
||||
<!-- * Reproduced the issue in the latest version of the software -->
|
||||
<!-- * Read the debugging docs: https://besu.hyperledger.org/private-networks/how-to -->
|
||||
<!-- * Duplicate Issue check: https://github.com/search?q=+is%3Aissue+repo%3Ahyperledger/Besu -->
|
||||
|
||||
### Steps to Reproduce
|
||||
1. [Step 1]
|
||||
2. [Step 2]
|
||||
3. [Step ...]
|
||||
|
||||
**Expected behavior:** [What you expect to happen]
|
||||
|
||||
**Actual behavior:** [What actually happens]
|
||||
|
||||
**Frequency:** [What percentage of the time does it occur?]
|
||||
|
||||
### Logs
|
||||
Please post relevant logs from Besu (and the consensus client, if running proof of stake) from before and after the issue.
|
||||
|
||||
### Versions (Add all that apply)
|
||||
* Software version: [`besu --version`]
|
||||
* 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]
|
||||
* Consensus Client & Version if using Proof of Stake: [e.g. Teku, Lighthouse, Prysm, Nimbus, Lodestar]
|
||||
|
||||
### 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
|
||||
* Have you reproduced the issue on other eth clients
|
||||
|
||||
### Additional Information (Add any of the following or anything else that may be relevant)
|
||||
* Besu setup info - genesis file, config options
|
||||
* System info - memory, CPU
|
||||
45
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
45
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: suggesting new or altered functionality
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Have you done the following? -->
|
||||
<!-- * read the Code of Conduct? By filing an Issue, you are expected to -->
|
||||
<!-- comply with it, including treating everyone with respect: -->
|
||||
<!-- https://github.com/hyperledger/besu/blob/main/CODE_OF_CONDUCT.md -->
|
||||
<!-- * Duplicate Issue check: https://github.com/search?q=+is%3Aissue+repo%3Ahyperledger/Besu -->
|
||||
|
||||
### Description
|
||||
As an [Actor], I want [feature] so that [why].
|
||||
|
||||
### Acceptance Criteria
|
||||
* [Criteria 1]
|
||||
* [Criteria 2]
|
||||
* [Criteria 3...]
|
||||
|
||||
### Logs (if a change in behavior)
|
||||
Please post relevant logs from Besu (and the consensus client, if running proof of stake) illustrating behavior to be altered
|
||||
|
||||
### Versions (Add all that apply)
|
||||
* Software version: [`besu --version`]
|
||||
* 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]
|
||||
* Consensus Client & Version if using Proof of Stake: [e.g. Teku, Lighthouse, Prysm, Nimbus, Lodestar]
|
||||
|
||||
### 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
|
||||
* Have you reproduced the issue on other eth clients
|
||||
|
||||
### Additional Information (Add any of the following or anything else that may be relevant)
|
||||
* Besu setup info - genesis file, config options
|
||||
* System info - memory, CPU
|
||||
22
.github/issue_template.md
vendored
22
.github/issue_template.md
vendored
@@ -2,30 +2,10 @@
|
||||
<!-- * read the Code of Conduct? By filing an Issue, you are expected to -->
|
||||
<!-- comply with it, including treating everyone with respect: -->
|
||||
<!-- https://github.com/hyperledger/besu/blob/main/CODE_OF_CONDUCT.md -->
|
||||
<!-- * Reproduced the issue in the latest version of the software -->
|
||||
<!-- * Read the debugging docs: https://besu.hyperledger.org/private-networks/how-to -->
|
||||
<!-- * Duplicate Issue check: https://github.com/search?q=+is%3Aissue+repo%3Ahyperledger/Besu -->
|
||||
<!-- Note: Not all sections will apply to all issue types. -->
|
||||
<!-- * Considered using a specific template for submitting a Bug or Feature Request? -->
|
||||
|
||||
### Description
|
||||
As an [Actor], I want [feature] so that [why].
|
||||
|
||||
### Acceptance Criteria
|
||||
* [Criteria 1]
|
||||
|
||||
### Steps to Reproduce (Bug)
|
||||
1. [Step 1]
|
||||
2. [Step 2]
|
||||
3. [Step ...]
|
||||
|
||||
**Expected behavior:** [What you expect to happen]
|
||||
|
||||
**Actual behavior:** [What actually happens]
|
||||
|
||||
**Frequency:** [What percentage of the time does it occur?]
|
||||
|
||||
### Logs (if a bug)
|
||||
Please post relevant logs from Besu (and the consensus client, if running proof of stake) from before and after the issue.
|
||||
|
||||
### Versions (Add all that apply)
|
||||
* Software version: [`besu --version`]
|
||||
|
||||
Reference in New Issue
Block a user