2
0

📝 Write notes about creating an issue before contributing

This commit is contained in:
Baptiste Arnaud
2024-03-02 08:48:27 +01:00
parent 3037771d1c
commit 60f3b1311b
2 changed files with 14 additions and 1 deletions

View File

@ -14,6 +14,13 @@ import { LoomVideo } from '/snippets/loom-video.mdx'
Creating a new block on Typebot is pretty easy and straightforward using our in-house framework [The Forge](../the-forge/overview).
<Note>
If you are considering merging this new block to the official Typebot
repository, make sure to open a [Github
issue](https://github.com/baptisteArno/typebot.io/issues/new) first. This will
allow us to discuss the specficiation and the best way to implement it.
</Note>
1. [Install the project locally](./local-installation)
2. Create a new branch:

View File

@ -6,11 +6,17 @@ You are considering contributing to Typebot. I and the Open-source community tha
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="./the-forge/overview"
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.