admin: update issue form formatting
This commit is contained in:
parent
7a15201786
commit
f599d6f23d
17
.github/ISSUE_TEMPLATE/beta-issue.yml
vendored
17
.github/ISSUE_TEMPLATE/beta-issue.yml
vendored
@ -8,26 +8,19 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
This form is **only** for issues in the **v6 beta**, which you
|
This form is **only** for issues in the **v6 beta**, which you can access using either the `v6-beta` tag in the repository or install using `ethers@beta` with `npm`.
|
||||||
can access using either the `v6-beta` tag in the repository or
|
|
||||||
install using `ethers@beta` with `npm`.
|
|
||||||
|
|
||||||
The v6 branch will be very lively, undergoing a lot of changes,
|
The v6 branch will be very lively, undergoing a lot of changes, including backwards compatible changes between beta versions.
|
||||||
including backwards compatible changes between beta versions.
|
|
||||||
|
|
||||||
Before opening an issue, please make sure you have
|
Before opening an issue, please make sure you have **fully updated to the latest version** by removing the `node_modules/` and `package-lock.json` and then running a fresh `npm install`. Otherwise you may end up with incompatible versions which may conflict with each other.
|
||||||
**fully updated to the latest version** by removing the
|
|
||||||
`node_modules/` and `package-lock.json` and then running a
|
|
||||||
fresh `npm install`. Otherwise you may end up with incompatible
|
|
||||||
versions which may conflict with each other.
|
|
||||||
|
|
||||||
Thanks for trying out the v6 beta! Cheers!
|
Thanks for trying out the v6 beta! Cheers!
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Ethers Version
|
label: Ethers Beta Version
|
||||||
description: What version of ethers are you using? Before opening an issue, please make sure you are using the latest beta.
|
description: What version of ethers are you using? Before opening an issue, please make sure you are using the latest beta.
|
||||||
placeholder: x.y.z
|
placeholder: x.y.z-beta.N
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -63,8 +63,8 @@ body:
|
|||||||
description: What environment, platforms or frameworks are you using? Select all that apply.
|
description: What environment, platforms or frameworks are you using? Select all that apply.
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Ethereum (mainnet, ropsten, rinkeby, goerli, etc.)
|
- Ethereum (mainnet/ropsten/rinkeby/goerli)
|
||||||
- Altcoin (Matic, BNB, etc.)
|
- Altcoin - Please specify (e.g. Polygon)
|
||||||
- node.js (v12 or newer)
|
- node.js (v12 or newer)
|
||||||
- node.js (older than v12)
|
- node.js (older than v12)
|
||||||
- Browser (Chrome, Safari, etc)
|
- Browser (Chrome, Safari, etc)
|
||||||
|
Loading…
Reference in New Issue
Block a user