Skip to content

Commit d3b3b40

Browse files
committed
Merge branch 'dev' into style-guide-patches
2 parents ef2f621 + bbb0b17 commit d3b3b40

10 files changed

+45
-25
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ body:
6868
attributes:
6969
label: Would you like to work on this issue?
7070
options:
71-
- "Yes"
72-
- "No"
71+
- label: "Yes"
72+
required: false
73+
- label: "No"
74+
required: false
7375
validations:
7476
required: true

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ body:
3838
attributes:
3939
label: Would you like to work on this issue?
4040
options:
41-
- "Yes"
42-
- "No"
41+
- label: "Yes"
42+
required: false
43+
- label: "No"
44+
required: false
4345
validations:
4446
required: true

.github/ISSUE_TEMPLATE/suggest_dapp.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ body:
101101
attributes:
102102
label: Would you like to work on this issue?
103103
options:
104-
- "Yes"
105-
- "No"
104+
- label: "Yes"
105+
required: false
106+
- label: "No"
107+
required: false
106108
validations:
107109
required: true

.github/ISSUE_TEMPLATE/suggest_dev_tool.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ body:
6969
attributes:
7070
label: Would you like to work on this issue?
7171
options:
72-
- "Yes"
73-
- "No"
72+
- label: "Yes"
73+
required: false
74+
- label: "No"
75+
required: false
7476
validations:
7577
required: true

.github/ISSUE_TEMPLATE/suggest_exchange.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ body:
5858
attributes:
5959
label: Would you like to work on this issue?
6060
options:
61-
- "Yes"
62-
- "No"
61+
- label: "Yes"
62+
required: false
63+
- label: "No"
64+
required: false
6365
validations:
6466
required: true

.github/ISSUE_TEMPLATE/suggest_glossary_term.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ body:
4646
label: Additional context
4747
description: Add any other context or screenshots about the feature request here
4848
- type: checkboxes
49-
id: exchange_work_on
49+
id: glossary_work_on
5050
attributes:
5151
label: Would you like to work on this issue?
5252
options:
53-
- "Yes"
54-
- "No"
53+
- label: "Yes"
54+
required: false
55+
- label: "No"
56+
required: false
5557
validations:
5658
required: true

.github/ISSUE_TEMPLATE/suggest_layer2.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,13 @@ body:
151151
label: Is there a block explorer?
152152
description: Are there block explorers for the network? Please share URLs.
153153
- type: checkboxes
154-
id: exchange_work_on
154+
id: layer_2_work_on
155155
attributes:
156156
label: Would you like to work on this issue?
157157
options:
158-
- "Yes"
159-
- "No"
158+
- label: "Yes"
159+
required: false
160+
- label: "No"
161+
required: false
160162
validations:
161163
required: true

.github/ISSUE_TEMPLATE/suggest_staking_product.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,13 @@ body:
194194
label: Social media links
195195
description: List available social media links. ie. Discord, Twitter, Telegram, Reddit
196196
- type: checkboxes
197-
id: exchange_work_on
197+
id: staking_product_work_on
198198
attributes:
199199
label: Would you like to work on this issue?
200200
options:
201-
- "Yes"
202-
- "No"
201+
- label: "Yes"
202+
required: false
203+
- label: "No"
204+
required: false
203205
validations:
204206
required: true

.github/ISSUE_TEMPLATE/suggest_tutorial.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ body:
6363
label: "For tutorials hosted elsewhere: URL to tutorial"
6464
description: Please paste the URL to your tutorial
6565
- type: checkboxes
66-
id: exchange_work_on
66+
id: tutorial_work_on
6767
attributes:
6868
label: Would you like to work on this issue?
6969
options:
70-
- "Yes"
71-
- "No"
70+
- label: "Yes"
71+
required: false
72+
- label: "No"
73+
required: false
7274
validations:
7375
required: true

.github/ISSUE_TEMPLATE/suggest_wallet.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,13 @@ body:
295295
label: Does the wallet have any integrated tools not mentioned above?
296296
description: Please provide any information about extra features this wallet has that we may have missed in the above criteria. (e.g. privacy features, transaction batching, etc).
297297
- type: checkboxes
298-
id: exchange_work_on
298+
id: wallet_work_on
299299
attributes:
300300
label: Would you like to work on this issue?
301301
options:
302-
- "Yes"
303-
- "No"
302+
- label: "Yes"
303+
required: false
304+
- label: "No"
305+
required: false
304306
validations:
305307
required: true

0 commit comments

Comments
 (0)