From 4732c041fa854cfc9431c85e5828ea8cd57ee8ac Mon Sep 17 00:00:00 2001 From: Aahna Ashina <95955389+aahna-ashina@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:13:14 +0800 Subject: [PATCH] docs: add getting started guide (#8) closes #8 --- docs/Getting Started/add-priority.md | 17 +++++++++++++++++ docs/Getting Started/deploy-dao.md | 8 ++++++++ docs/Getting Started/report-contribution.md | 10 ++++++++++ 3 files changed, 35 insertions(+) create mode 100644 docs/Getting Started/add-priority.md create mode 100644 docs/Getting Started/deploy-dao.md create mode 100644 docs/Getting Started/report-contribution.md diff --git a/docs/Getting Started/add-priority.md b/docs/Getting Started/add-priority.md new file mode 100644 index 0000000..f1c4d48 --- /dev/null +++ b/docs/Getting Started/add-priority.md @@ -0,0 +1,17 @@ +--- +slug: /add-priority +sidebar_position: 2 +--- + +# ➕ Add Priority + +After your DAO has been [deployed](/deploy-dao), the next step is to add a priority which aligns with the DAO's purpose. + +A *priority* can be thought of as any type of project/guild/workgroup/workstream which brings the DAO closer to realizing its purpose. + +:::info +There are two ways to add a new priority to a DAO: + +1. Press the "Add Priority" button in the UI. +2. If the owner of the DAO is a smart contract, schedule a call to the `deployPriority()` function. +::: diff --git a/docs/Getting Started/deploy-dao.md b/docs/Getting Started/deploy-dao.md new file mode 100644 index 0000000..57575b4 --- /dev/null +++ b/docs/Getting Started/deploy-dao.md @@ -0,0 +1,8 @@ +--- +slug: /deploy-dao +sidebar_position: 1 +--- + +# 🚀 Deploy a DAO + +Go to https://optimism.sector3.xyz/daos and click the "Deploy a DAO" button. diff --git a/docs/Getting Started/report-contribution.md b/docs/Getting Started/report-contribution.md new file mode 100644 index 0000000..7ae0c41 --- /dev/null +++ b/docs/Getting Started/report-contribution.md @@ -0,0 +1,10 @@ +--- +slug: /report-contribution +sidebar_position: 3 +--- + +# 📢 Report Contribution + +To report a contribution, navigate to a priority and select the *current* epoch (click the "Report Contributions" button). + +Then connect your Ethereum wallet and click "Report Contribution."