📝 Add Contribute docs
This commit is contained in:
71
apps/docs/contribute/overview.mdx
Normal file
71
apps/docs/contribute/overview.mdx
Normal file
@@ -0,0 +1,71 @@
|
||||
---
|
||||
title: Contribute
|
||||
---
|
||||
|
||||
You are considering contributing to Typebot. I and the Open-source community thank you for this 🙏.
|
||||
|
||||
Any contributions you make are **greatly appreciated**. There are many ways to contribute, from improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into Typebot itself.
|
||||
|
||||
<Card
|
||||
title="Implement a new block"
|
||||
icon="screwdriver-wrench"
|
||||
iconType="duotone"
|
||||
href="./the-forge/overview"
|
||||
>
|
||||
Use the Forge. Our in-house framework to easily add new blocks on Typebot.
|
||||
Help us have a gigantic library of third-party native integrations on Typebot.
|
||||
</Card>
|
||||
|
||||
<Card
|
||||
title="Translate Typebot"
|
||||
icon="globe"
|
||||
iconType="duotone"
|
||||
color="#822B55"
|
||||
href="./guides/translation"
|
||||
>
|
||||
Use our framework "The Forge" to easily implement a new block. Help us have a
|
||||
gigantic library of third-party native integrations on Typebot.
|
||||
</Card>
|
||||
|
||||
<Card
|
||||
title="Improve the documentation"
|
||||
icon="book"
|
||||
iconType="duotone"
|
||||
href="./guides/documentation"
|
||||
color="#97A0B1"
|
||||
>
|
||||
Help us improve the documentation by fixing typos, adding missing information
|
||||
or proposing new sections.
|
||||
</Card>
|
||||
|
||||
<Card
|
||||
title="Report issues"
|
||||
icon="bug"
|
||||
iconType="duotone"
|
||||
color="#F63838"
|
||||
href="https://github.com/baptisteArno/typebot.io/issues/new"
|
||||
>
|
||||
Report issues you encounter while using Typebot. This will help us improve the
|
||||
product and make it even better.
|
||||
</Card>
|
||||
|
||||
<Card
|
||||
title="Engage and help others on Discord"
|
||||
icon="discord"
|
||||
color="#5765F2"
|
||||
href="https://typebot.io/discord"
|
||||
>
|
||||
Engaging with the community and helping others is a great way to contribute to
|
||||
the project. We'd love to see you on our Discord server. ❤️
|
||||
</Card>
|
||||
|
||||
<Card
|
||||
title="Sponsor the project"
|
||||
icon="money-bill"
|
||||
iconType="duotone"
|
||||
color="#5AB034"
|
||||
href="https://github.com/sponsors/baptisteArno"
|
||||
>
|
||||
If you don't have time to contribute to the project. You can still show your
|
||||
appreciation for the project and sponsor my work on Github.
|
||||
</Card>
|
||||
Reference in New Issue
Block a user