Skip to content

Commit 8d47382

Browse files
committed
Merge branch 'dev' into pr/emmanuel-awosika/8203
2 parents b330f22 + 97febb1 commit 8d47382

File tree

3,855 files changed

+364618
-131493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,855 files changed

+364618
-131493
lines changed

.all-contributorsrc

Lines changed: 1239 additions & 6 deletions
Large diffs are not rendered by default.

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ALGOLIA_ADMIN_KEY=insertValue
66
ETHERSCAN_API_KEY=insertValue
77
GATSBY_ALGOLIA_APP_ID=insertValue
88
GATSBY_ALGOLIA_SEARCH_KEY=insertValue
9+
GATSBY_ALGOLIA_BASE_SEARCH_INDEX_NAME=insertValue
910
GATSBY_GITHUB_TOKEN_READ_ONLY=insertValue
1011
GATSBY_FUNCTIONS_PATH=insertValue
1112

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# These owners will be the default owners for everything in
77
# the repo. Unless a later match takes precedence,
8-
* @samajammin @wackerow @corwintines @pettinarip @minimalsm @jmcook1186
8+
* @samajammin @wackerow @corwintines @pettinarip @minimalsm @jmcook1186 @nhsz
99

1010
# Owners of specific files
11-
/src/data/consensus-bounty-hunters.csv @djrtwo @JustinDrake @asanso @fredriksvantes
11+
/src/data/consensus-bounty-hunters.csv @djrtwo @asanso @fredriksvantes

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,14 @@ body:
6363
value: |
6464
**Want to contribute?**
6565
We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.
66+
- type: checkboxes
67+
id: bug_report_work_on
68+
attributes:
69+
label: Would you like to work on this issue?
70+
options:
71+
- label: "Yes"
72+
required: false
73+
- label: "No"
74+
required: false
75+
validations:
76+
required: true

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ body:
3333
attributes:
3434
value: |
3535
**Want to contribute?**
36-
- type: markdown
36+
- type: checkboxes
37+
id: feature_request_work_on
3738
attributes:
38-
value: We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.
39+
label: Would you like to work on this issue?
40+
options:
41+
- label: "Yes"
42+
required: false
43+
- label: "No"
44+
required: false
45+
validations:
46+
required: true

.github/ISSUE_TEMPLATE/suggest_dapp.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,14 @@ body:
9696
description: Is usage globally accessible, or do you have restrictions?
9797
validations:
9898
required: true
99+
- type: checkboxes
100+
id: dapp_work_on
101+
attributes:
102+
label: Would you like to work on this issue?
103+
options:
104+
- label: "Yes"
105+
required: false
106+
- label: "No"
107+
required: false
108+
validations:
109+
required: true

.github/ISSUE_TEMPLATE/suggest_dev_tool.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,14 @@ body:
6464
attributes:
6565
label: Additional context
6666
description: Add any other context or screenshots about the dev tool here
67+
- type: checkboxes
68+
id: dev_tools_work_on
69+
attributes:
70+
label: Would you like to work on this issue?
71+
options:
72+
- label: "Yes"
73+
required: false
74+
- label: "No"
75+
required: false
76+
validations:
77+
required: true

.github/ISSUE_TEMPLATE/suggest_exchange.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,14 @@ body:
5353
attributes:
5454
label: Do you have any extra information?
5555
description: Add any more info that may make a stronger case for listing this exchange. Consider years of operation, size of company, financial backing etc
56+
- type: checkboxes
57+
id: exchange_work_on
58+
attributes:
59+
label: Would you like to work on this issue?
60+
options:
61+
- label: "Yes"
62+
required: false
63+
- label: "No"
64+
required: false
65+
validations:
66+
required: true

.github/ISSUE_TEMPLATE/suggest_glossary_term.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,14 @@ body:
4545
attributes:
4646
label: Additional context
4747
description: Add any other context or screenshots about the feature request here
48+
- type: checkboxes
49+
id: glossary_work_on
50+
attributes:
51+
label: Would you like to work on this issue?
52+
options:
53+
- label: "Yes"
54+
required: false
55+
- label: "No"
56+
required: false
57+
validations:
58+
required: true

.github/ISSUE_TEMPLATE/suggest_layer2.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,14 @@ body:
150150
attributes:
151151
label: Is there a block explorer?
152152
description: Are there block explorers for the network? Please share URLs.
153+
- type: checkboxes
154+
id: layer_2_work_on
155+
attributes:
156+
label: Would you like to work on this issue?
157+
options:
158+
- label: "Yes"
159+
required: false
160+
- label: "No"
161+
required: false
162+
validations:
163+
required: true

0 commit comments

Comments
 (0)