Skip to content

Commit f599d6f

Browse files
committedApr 14, 2022
admin: update issue form formatting

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed
 

‎.github/ISSUE_TEMPLATE/beta-issue.yml

+5-12
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,19 @@ body:
88
- type: markdown
99
attributes:
1010
value: |
11-
This form is **only** for issues in the **v6 beta**, which you
12-
can access using either the `v6-beta` tag in the repository or
13-
install using `ethers@beta` with `npm`.
11+
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`.
1412
15-
The v6 branch will be very lively, undergoing a lot of changes,
16-
including backwards compatible changes between beta versions.
13+
The v6 branch will be very lively, undergoing a lot of changes, including backwards compatible changes between beta versions.
1714
18-
Before opening an issue, please make sure you have
19-
**fully updated to the latest version** by removing the
20-
`node_modules/` and `package-lock.json` and then running a
21-
fresh `npm install`. Otherwise you may end up with incompatible
22-
versions which may conflict with each other.
15+
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.
2316
2417
Thanks for trying out the v6 beta! Cheers!
2518
- type: input
2619
id: version
2720
attributes:
28-
label: Ethers Version
21+
label: Ethers Beta Version
2922
description: What version of ethers are you using? Before opening an issue, please make sure you are using the latest beta.
30-
placeholder: x.y.z
23+
placeholder: x.y.z-beta.N
3124
validations:
3225
required: true
3326
- type: textarea

‎.github/ISSUE_TEMPLATE/bug-report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ body:
6363
description: What environment, platforms or frameworks are you using? Select all that apply.
6464
multiple: true
6565
options:
66-
- Ethereum (mainnet, ropsten, rinkeby, goerli, etc.)
67-
- Altcoin (Matic, BNB, etc.)
66+
- Ethereum (mainnet/ropsten/rinkeby/goerli)
67+
- Altcoin - Please specify (e.g. Polygon)
6868
- node.js (v12 or newer)
6969
- node.js (older than v12)
7070
- Browser (Chrome, Safari, etc)

0 commit comments

Comments
 (0)
Please sign in to comment.