Skip to content

Commit 124753a

Browse files
committed
add more content
1 parent 9ad1995 commit 124753a

File tree

5 files changed

+78
-7
lines changed

5 files changed

+78
-7
lines changed

lib/algora_web/live/docs_live.ex

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ defmodule AlgoraWeb.DocsLive do
3434
%{
3535
title: 'Contracts',
3636
links: [
37-
%{title: 'Share on contributors table', href: ~p"/docs/contracts/share-contributors"}
37+
%{title: 'Offer a contract', href: ~p"/docs/contracts/offer-contract"}
3838
]
3939
},
4040
%{
4141
title: 'Marketplace',
4242
links: [
43-
%{title: 'Share with Algora matches', href: ~p"/docs/marketplace/share-matches"}
43+
%{title: 'Matches', href: ~p"/docs/marketplace/matches"}
4444
]
4545
},
4646
%{
4747
title: 'Workspace',
4848
links: [
49-
%{title: 'Share bounty board', href: ~p"/docs/workspace/bounty-board"},
50-
%{title: 'View leaderboard', href: ~p"/docs/workspace/leaderboard"},
51-
%{title: 'View transactions', href: ~p"/docs/workspace/transactions"},
52-
%{title: 'Set up autopay', href: ~p"/docs/workspace/autopay"},
53-
%{title: 'Customize bot messages', href: ~p"/docs/workspace/custom-bot-messages"}
49+
%{title: 'Bounty board', href: ~p"/docs/workspace/bounty-board"},
50+
%{title: 'Leaderboard', href: ~p"/docs/workspace/leaderboard"},
51+
%{title: 'Transactions', href: ~p"/docs/workspace/transactions"},
52+
%{title: 'Autopay on merge', href: ~p"/docs/workspace/autopay"},
53+
%{title: 'Custom bot messages', href: ~p"/docs/workspace/custom-bot-messages"}
5454
]
5555
},
5656
%{
@@ -60,6 +60,13 @@ defmodule AlgoraWeb.DocsLive do
6060
%{title: 'Shields', href: ~p"/docs/embed/shields"},
6161
%{title: 'OG images', href: ~p"/docs/embed/og-images"}
6262
]
63+
},
64+
%{
65+
title: 'Payments',
66+
links: [
67+
%{title: 'Payments', href: ~p"/docs/payments/payments"},
68+
%{title: 'Reporting', href: ~p"/docs/payments/reporting"}
69+
]
6370
}
6471
]
6572
end
File renamed without changes.
File renamed without changes.

priv/content/docs/payments/payments.md

Lines changed: 29 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: "Reporting"
3+
---
4+
5+
# Reporting
6+
7+
This page will give you an overview of reporting
8+
9+
## Bounty activity
10+
11+
Your organization’s public page displays a record of all rewarded bounties.
12+
13+
For example, here you can see the completed bounties of [Remotion.dev](https://console.algora.io/org/remotion/bounties?status=completed) & [Cal.com](https://console.algora.io/org/cal/bounties?status=completed)
14+
15+
## Year-end filing
16+
17+
Stripe helps us provide you with a comprehensive record of all your payments to simplify bookkeeping & financial reporting.
18+
19+
You can export reports directly from your Stripe dashboard or [email us]([email protected]) for a custom report.
20+
21+
## Work classification
22+
23+
Bounties are classified as non-employee compensation (contract work / freelancing).
24+
25+
For organizations and bounty solvers based in the United States, Algora Public Benefit Corporation submits 1099 forms to the IRS and the corresponding states
26+
27+
## 1099s
28+
29+
If your US-based organization has awarded bounties to US-based developers, you are all set! Algora takes care of submitting 1099s, no further action is required on your end.
30+
31+
If you are a US-based developer and have received bounty payouts, Algora makes an information disclosure to the IRS and your state about your earnings. All you have to do is report your earnings when filing your federal & state taxes. By the end of January every year you will be receiving a 1099-NEC Form from Algora summing up your earnings from last year. This is to help you report the exact amount you earned when filing your taxes.
32+
33+
## CLAs
34+
35+
If your organization requires contributors to sign a Contributor License Agreement (CLA), you can utilize the Algora Documents feature in your workspace to upload your forms and receive signed copies from your contributors.

0 commit comments

Comments
 (0)