📝 Write notes about creating an issue before contributing
This commit is contained in:
@ -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:
|
||||
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user