Skip to content

Commit f57a398

Browse files
committed
add more content
1 parent 7b444ff commit f57a398

23 files changed

+867
-36
lines changed

lib/algora_web/live/docs_live.ex

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,33 +30,33 @@ defmodule AlgoraWeb.DocsLive do
3030
%{title: 'Custom', href: ~p"/docs/bounties/custom"}
3131
]
3232
},
33+
# %{
34+
# title: 'Tips',
35+
# links: [
36+
# %{title: 'Share on GitHub', href: ~p"/docs/tips/share-github"},
37+
# %{title: 'Share on contributors table', href: ~p"/docs/tips/share-contributors"}
38+
# ]
39+
# },
40+
# %{
41+
# title: 'Contracts',
42+
# links: [
43+
# %{title: 'Share on contributors table', href: ~p"/docs/contracts/share-contributors"}
44+
# ]
45+
# },
46+
# %{
47+
# title: 'Marketplace',
48+
# links: [
49+
# %{title: 'Share with Algora matches', href: ~p"/docs/marketplace/share-matches"}
50+
# ]
51+
# },
3352
%{
34-
title: 'Tips',
53+
title: 'Workspace',
3554
links: [
36-
%{title: 'Share on GitHub', href: ~p"/docs/tips/share-github"},
37-
%{title: 'Share on contributors table', href: ~p"/docs/tips/share-contributors"}
38-
]
39-
},
40-
%{
41-
title: 'Contracts',
42-
links: [
43-
%{title: 'Share on contributors table', href: ~p"/docs/contracts/share-contributors"}
44-
]
45-
},
46-
%{
47-
title: 'Marketplace',
48-
links: [
49-
%{title: 'Share with Algora matches', href: ~p"/docs/marketplace/share-matches"}
50-
]
51-
},
52-
%{
53-
title: 'Org workspace',
54-
links: [
55-
%{title: 'Share public board', href: ~p"/docs/workspace/public-board"},
55+
%{title: 'Share bounty board', href: ~p"/docs/workspace/bounty-board"},
5656
%{title: 'View leaderboard', href: ~p"/docs/workspace/leaderboard"},
5757
%{title: 'View transactions', href: ~p"/docs/workspace/transactions"},
5858
%{title: 'Set up autopay', href: ~p"/docs/workspace/autopay"},
59-
%{title: 'Customize bot message', href: ~p"/docs/workspace/bot-message"}
59+
%{title: 'Customize bot messages', href: ~p"/docs/workspace/custom-bot-messages"}
6060
]
6161
},
6262
%{

priv/content/docs/bounties/exclusive.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
title: "Exclusive bounties"
33
---
44

5+
## Exclusive bounties
6+
7+
You can give exclusives to people to ensure that only certain users can claim the bounty.
8+
9+
Navigate to the unique bounty page (replace **github.com** with **algora.io**) and click the **Add exclusive** button.
10+
511
![Add exclusives](/images/docs/add-exclusive.png)

priv/content/docs/bounties/in-your-own-repos.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ title: "Create bounties in your GitHub repos"
44

55
# Create bounties in your GitHub repos
66

7-
To create a bounty in your own GitHub repo, install the Algora app from your org dashboard or settings.
7+
Install the Algora app from your org dashboard or settings.
88

9-
![Install Algora app](/images/docs/bounties/install-algora-app.png)
9+
![Install Algora app prompt](/images/docs/install-algora-app-prompt.png)
10+
11+
## Install the app
12+
13+
![Install Algora app](/images/docs/install-algora-app.png)
14+
15+
## Create your first bounty
16+
17+
<img src="/images/docs/create-bounty-on-github.png" alt="Create your first bounty" width="666" />
18+
19+
## Receive solutions
20+
21+
The Algora app will track all pull requests that claim the bounty.
22+
23+
<img src="/images/docs/reward-bounty-prompt.png" alt="Create your first bounty" width="666" />
24+
25+
## Reward bounty
26+
27+
Once you're satisfied with a solution, you can click **Reward** link in the table to proceed with the checkout.
28+
29+
<img src="/images/docs/claim-page.png" alt="Claim page" width="666">
30+
31+
## Payout confirmation
32+
33+
The Algora bot will comment on the issue when the contributor receives the payment.
34+
35+
<img src="/images/docs/payout-confirmation.png" alt="Payout confirmation" width="666" />

0 commit comments

Comments
 (0)