diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4dbc2bb9..96797196 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -14,6 +14,7 @@
## Testing
* Describe how you tested the changes to ensure they are correct and do not introduce new issues. See how to test build outputs and broken links in [README.md](/README.md) using the `yarn build`command.
+* Use N/A, if not applicable
## Checklist
diff --git a/README.md b/README.md
index 4068e873..ba418861 100644
--- a/README.md
+++ b/README.md
@@ -252,10 +252,10 @@ Choose the most appropriate one.
Next, the description should be automatically populated from a template.
Fill it in accordingly.
-Note that **What** and **Why** sections are compulsory,
-and the **Refs** section is optional.
+Note that **Describe the bug**, **Reproduce**, **Device Type**, and **Screenshots** sections are compulsory,
+and the **Addditional Contest** section is optional.
-### Pull Requests
+### Pull Requests (PR)
You can also contribute to the Developer's portal by sending a
[PR](https://github.com/rsksmart/devportal/pulls).
@@ -263,7 +263,7 @@ You can also contribute to the Developer's portal by sending a
When you open a pull request,
the description should be automatically populated from a template.
Fill it in accordingly.
-Note that **What** and **Why** sections are compulsory,
-and the **Refs** section is optional.
+Note that **Title** and **Description**, **screenshot**, and **checklist** sections are compulsory,
+and the **testing**, and **Refs** sections are optional.
> Note to run `yarn build` to test the build output of your branch prior to creating a new pull request, or pushing more commits to an existing one. Don't introduce any regressions!
diff --git a/docs/02-developers/02-requirements/index.md b/docs/02-developers/02-requirements/index.md
index 071637d0..71be66aa 100644
--- a/docs/02-developers/02-requirements/index.md
+++ b/docs/02-developers/02-requirements/index.md
@@ -7,8 +7,6 @@ description: "Minimum hardware requirements for Rootstock."
---
This guide provides clear instructions for developers on the supported Solidity versions and the necessary configurations needed to ensure your smart contracts are deployed on the Rootstock network.
-
-
:::tip[Hackathons & Workshops]
@@ -66,7 +64,7 @@ Set up your wallet to connect with Rootstock networks:
- **MetaMask Integration:**
- Configure MetaMask with the necessary values to connect to the Rootstock Mainnet or Testnet.
- - Refer to the [MetaMask Wallet Configuration](#configure-metamask-wallet) guide for detailed steps.
+ - Refer to the [MetaMask Wallet Configuration](/dev-tools/wallets/metamask/) guide for detailed steps.
- **Derivation Paths:**
- Use these paths for BIP-44-compatible wallets:
diff --git a/docs/02-developers/04-quickstart/ape.md b/docs/02-developers/04-quickstart/ape.md
index 3fa19230..49e9910e 100644
--- a/docs/02-developers/04-quickstart/ape.md
+++ b/docs/02-developers/04-quickstart/ape.md
@@ -1,6 +1,6 @@
---
section_position: 400
-sidebar_label: Getting Started with Ape
+sidebar_label: Ape
title: Getting Started with Ape
description: 'How to compile, deploy, and intereact with smart contracts with Ape on Rootstock'
tags: [rsk, ape, apeworx, developers, developer tools, tRBTC, rootstock, testing, dApps, smart contracts]
diff --git a/docs/02-developers/04-quickstart/dynamic-starter-kit.md b/docs/02-developers/04-quickstart/dynamic.md
similarity index 89%
rename from docs/02-developers/04-quickstart/dynamic-starter-kit.md
rename to docs/02-developers/04-quickstart/dynamic.md
index cbad8356..8fae416e 100644
--- a/docs/02-developers/04-quickstart/dynamic-starter-kit.md
+++ b/docs/02-developers/04-quickstart/dynamic.md
@@ -1,12 +1,12 @@
---
section_position: 400
-sidebar_label: Rootstock Dynamic Starter Kit
+sidebar_label: Dynamic
title: Dynamic Starter Kit
-description: 'The Rootstock Dynamic Starter Kit uses the wagmi library for faster integration of Web3 features into a Next.js application. Using wagmi hooks, you can connect to wallets, retrieve balances, transfer tokens, and sign messages. '
+description: "The Rootstock Dynamic Starter Kit uses the wagmi library for faster integration of Web3 features into a Next.js application. Using wagmi hooks, you can connect to wallets, retrieve balances, transfer tokens, and sign messages."
tags: [rsk, Dynamic, developers, Kit, rootstock, Starter, dApps, smart contracts]
---
-The Rootstock Dynamic Starter Kit uses the `wagmi` library for faster integration of Web3 features into a Next.js application. Using `wagmi` hooks, you can connect to wallets, retrieve balances, transfer tokens, and sign messages.
+The Rootstock Dynamic Starter Kit uses the `Wagmi` library for faster integration of Web3 features into a Next.js application. Using `Wagmi` hooks, you can connect to wallets, retrieve balances, transfer tokens, and sign messages.
At the end of this guide, you’ll know how to set up and configure a Next.js project with Web3 support, connect to different wallets, retrieve data from the blockchain, send transactions to transfer tokens or interact with smart contracts, and securely sign messages to verify user identities.
@@ -179,7 +179,7 @@ Visit [http://localhost:3000](http://localhost:3000) in your browser to view you
* Use the `DynamicWidget` component for connecting to a wallet through options like MetaMask or WalletConnect. You can also offer social login options for enhanced accessibility.
- * Once logged in you will see a similar image like this
+ * Once logged in, you will see a similar image like this
@@ -208,8 +208,8 @@ Visit [http://localhost:3000](http://localhost:3000) in your browser to view you
-By the end of this guide, you’ve learned how to integrate Web3 features into a **Next.js** app using the **Dynamic Starter Kit for Rootstock**. With **wagmi hooks**, you can easily connect wallets, manage token balances, send tokens, and sign messages directly within your application.
+By the end of this guide, we learned how to integrate Web3 features into a **Next.js** app using the **Dynamic Starter Kit for Rootstock**. With **wagmi hooks**, we can easily connect wallets, manage token balances, send tokens, and sign messages directly within your application.
-You’ve also seen how **Dynamic’s embedded wallet** simplifies the user experience by eliminating the need for external wallet apps. This integration makes Web3 more accessible, especially for beginners to the blockchain. With support for popular wallets like **MetaMask** and **WalletConnect**, and pre-configuration for the **Rootstock Testnet**, you now have a secure, user-friendly foundation to build and test your Web3 applications.
+We’ve also learnt how **Dynamic’s embedded wallet** simplifies the user experience by eliminating the need for external wallet apps. This integration makes Web3 more accessible, especially for beginners to the blockchain. With support for popular wallets like **MetaMask** and **WalletConnect**, and pre-configuration for the **Rootstock Testnet**, developers now have a secure, user-friendly foundation to build and test their Web3 applications.
-You can view the complete project and code on [Github](https://github.com/rsksmart/rootstock-dynamic).
\ No newline at end of file
+View the complete project and code on [Github](https://github.com/rsksmart/rootstock-dynamic).
\ No newline at end of file
diff --git a/docs/02-developers/04-quickstart/foundry.md b/docs/02-developers/04-quickstart/foundry.md
index 63aa30ee..9ec4ab7c 100644
--- a/docs/02-developers/04-quickstart/foundry.md
+++ b/docs/02-developers/04-quickstart/foundry.md
@@ -1,5 +1,5 @@
---
-sidebar_label: Rootstock Foundry Starter kit
+sidebar_label: Foundry
sidebar_position: 500
title: Rootstock Foundry Starter kit
description: 'Whether you are a seasoned developer or just starting your journey into smart contract development, the foundry starter kit provides a solid foundation for building decentralized applications (dApps) on the Rootstock network.'
diff --git a/docs/02-developers/04-quickstart/hardhat.md b/docs/02-developers/04-quickstart/hardhat.md
index 22606ccd..99f4503e 100644
--- a/docs/02-developers/04-quickstart/hardhat.md
+++ b/docs/02-developers/04-quickstart/hardhat.md
@@ -1,5 +1,5 @@
---
-sidebar_label: Rootstock Hardhat Starter Kit
+sidebar_label: Hardhat
sidebar_position: 400
title: Rootstock Hardhat Starter Kit
description: 'Whether you are a seasoned developer or just starting your journey into smart contract development, the hardhat starter kit provides a solid foundation for building decentralized applications (dApps) on the Rootstock network.'
diff --git a/docs/02-developers/04-quickstart/index.md b/docs/02-developers/04-quickstart/index.md
index ef603a89..a94fa149 100644
--- a/docs/02-developers/04-quickstart/index.md
+++ b/docs/02-developers/04-quickstart/index.md
@@ -18,6 +18,15 @@ values={[
{label: 'Ape', value: 'ape'},
{label: 'Port to Rootstock', value: 'port-dapps'}
]}>
+
diff --git a/vercel.json b/vercel.json
index 87d5f9a4..b43e2a00 100644
--- a/vercel.json
+++ b/vercel.json
@@ -639,6 +639,7 @@
{"source" : "/developers/quickstart/alchemy/", "destination" : "/developers/rpc-api/alchemy/"},
{"source" : "/developers/rpc-api/setup/", "destination" : "/developers/rpc-api/rootstock/setup/"},
{"source" : "/developers/smart-contracts/eas/", "destination" : "/dev-tools/attestations/eas/"},
- {"source" : "/developers/smart-contracts/eas/overview/", "destination" : "/dev-tools/attestations/eas/"}
+ {"source" : "/developers/smart-contracts/eas/overview/", "destination" : "/dev-tools/attestations/eas/"},
+ {"source" : "/developers/quickstart/dynamic-starter-kit/", "destination" : "/developers/quickstart/dynamic/"}
]
}
\ No newline at end of file