Skip to content

Commit

Permalink
About: add individual membership
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Dec 17, 2024
1 parent b17f37c commit bf7cde3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,15 @@ const members = filterInactiveMembers(await getMembers());
<section id="can-individuals-join">
<h2>Can individuals join?</h2>

<p>Yes! Members can be large companies, small companies, companies-of-one, or individuals.</p>

<p
>While we've had companies-of-one join, we don't yet have a route to individual membership. We're discussing
whether to add this in
<a href="https://github.com/opensourcepledge/opensourcepledge.com/issues/21">issue #21</a>. Feel free to
join the conversation.</p
>However, we do recommend that prospective individual members consider whether setting up a
<a href="https://en.wikipedia.org/wiki/Sole_proprietorship">sole proprietorship</a>
to route payments through would be beneficial in their jurisdiction, for example by <a
href="https://dev.to/voxpelli/open-source-and-taxes-a-swedish-perspective-gkn"
>preventing unnecessary double taxation</a
>.</p
>
</section>

Expand Down

0 comments on commit bf7cde3

Please sign in to comment.