2
0
Files
bot/apps/docs/contribute/overview.mdx
Baptiste Arnaud 6fe4e28bc3 📝 Add new blog structure
2024-04-19 13:20:58 +02:00

89 lines
2.4 KiB
Plaintext

---
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.
<Note>
If you are considering implementing a new feature or a bug fix, please open an
issue first. This will allow us to discuss the specficiation and the best way
to implement it.
</Note>
<Card
title="Implement a new block"
icon="screwdriver-wrench"
iconType="duotone"
href="./guides/create-block"
>
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"
>
Improve the documentation by fixing typos, adding missing information or
proposing new sections.
</Card>
<Card
title="Write official blog posts"
icon="newspaper"
iconType="duotone"
href="./guides/blog"
color="#97A0B1"
>
Write original content for Typebot's blog. Share your knowledge and ideas to a
wider audience. The author will be credited.
</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>