From 64fa58a1921e1dd453c1d112eb16b02bd5106785 Mon Sep 17 00:00:00 2001 From: Pablo Alayeto <55535804+Pabl0cks@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:32:25 +0200 Subject: [PATCH 1/3] Tweak submit page help content --- packages/nextjs/app/submit/page.tsx | 45 +++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/packages/nextjs/app/submit/page.tsx b/packages/nextjs/app/submit/page.tsx index f2faa7b..ee608cd 100644 --- a/packages/nextjs/app/submit/page.tsx +++ b/packages/nextjs/app/submit/page.tsx @@ -8,16 +8,49 @@ const Submit: NextPage = () => {

Before submitting

What makes a good extension

- A good extension is a useful tool that helps developers to build better apps. It should be well-documented, - easy to use, and solve a real problem. + A good Scaffold-ETH 2 extension typically involves contract and front-end interaction. It should solve a real + problem or enhance the developer experience. Examples include implementing your favorite EIP, adding a useful + kit that extends Scaffold-ETH 2's capabilities, or implementing a Solidity by Example application.

-

Please pay attention to the following before submitting

+

+ Need inspiration? Check out{" "} + + our curated extensions branches: + {" "} + eip-712, erc-20, onchainkit, ponder or subgraph. +

+

Please pay attention to the following before submitting

From 0539873e1b2ff7c8122c37ed847158bfc8d277d0 Mon Sep 17 00:00:00 2001 From: Pablo Alayeto <55535804+Pabl0cks@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:43:42 +0200 Subject: [PATCH 2/3] Add links to each branch --- packages/nextjs/app/submit/page.tsx | 46 +++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/packages/nextjs/app/submit/page.tsx b/packages/nextjs/app/submit/page.tsx index ee608cd..a86f87a 100644 --- a/packages/nextjs/app/submit/page.tsx +++ b/packages/nextjs/app/submit/page.tsx @@ -13,16 +13,52 @@ const Submit: NextPage = () => { kit that extends Scaffold-ETH 2's capabilities, or implementing a Solidity by Example application.

- Need inspiration? Check out{" "} + Need inspiration? Check out our curated extensions branches:{" "} - our curated extensions branches: - {" "} - eip-712, erc-20, onchainkit, ponder or subgraph. + eip-712 + + ,{" "} + + erc-20 + + ,{" "} + + onchainkit + + ,{" "} + + ponder + + , or{" "} + + subgraph + + .

Please pay attention to the following before submitting

-

What would you improve about extensions?

+

What would you improve about the SE-2 extension system?