Skip to content

Commit

Permalink
docs(community): adapt community contents (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Jun 16, 2023
1 parent cce11c6 commit 256c570
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Contributing

## PRs Welcome

We welcome contributions to this project. For small things, feel free to directly create a PR. For major changes, please open an issue first to discuss the changes.

## Writing Commit Messages

We use [conventional commits](https://www.conventionalcommits.org) (also known as semantic commits) to ensure consistent and descriptive commit messages.
Expand Down
32 changes: 24 additions & 8 deletions docs/pages/docs/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,42 @@ Features and bug reports can always be reported via the [issue tracker](https://
I always look into bug reports, and try my best to fix these.

I host a private discord server for the Go client community. It is a place for deeper discussions, direct communication with me and plenty of other smart people working in the Go ecosystem.
It also supports the development of the Go client, and helps me to keep dedicating time for it.

[GitHub sponsors](https://github.com/sponsors/steebchen) on $100/month tiers or higher get access to the community for free. When you sponsor me, you automatically get an invitation to the discord server.
[GitHub sponsors](https://github.com/sponsors/steebchen) on _any_ tier get access to the community for free. When you sponsor me, you automatically get an invitation to the discord server.

If you contribute to the Go client, you get free access to the community as well. Just ping me [@steebchen](https://github.com/steebchen) in your PR, and I'll send you an invitation.

This helps keeping the discord bot and spam free and supports the development of the Go client.

<Callout type="info" emoji="ℹ️">
<b>Free and Open Source is king</b> The Go client itself will always be free and open source, including its issue
tracker. The Go client community is just a special community for deeper discussions and premium support; plus it
helps me to keep working on the Go client.
tracker. The Go client community is just a special community for deeper discussions and premium support.
</Callout>

The first <b>50</b> signups will get a <b>70%</b> early bird discount on the community membership price of <b>$99</b>. It's a one time payment for a <b>lifetime</b> membership. While the Go client is in alpha/beta and after all early bird memberships are sold out, there is going to be a <b>20%</b> discount. Once the Go client is production ready, the price will be <b>$99</b>.

<br/>

<Cards>
<Card
href="https://buy.stripe.com/8wMbJMfb91pTatObIK?prefilled_promo_code=EARLYGOPHER70"
href="https://github.com/sponsors/steebchen"
target="_blank"
icon={''}
title={'Get Access via GitHub'}
arrow={true}
/>

<Card
href="https://buy.stripe.com/8wM5lo8ML5G9dG0dQT"
target="_blank"
icon={''}
title={'Get Access via Credit Card'}
arrow={true}
/>

<Card
href="https://github.com/steebchen/prisma-client-go/blob/main/CONTRIBUTING.md"
target="_blank"
icon={''}
title={'Get Access To The Discord (70% OFF)'}
title={'Contribute for free access'}
arrow={true}
/>
</Cards>

0 comments on commit 256c570

Please sign in to comment.