Skip to content

Commit

Permalink
馃摑 Write notes about creating an issue before contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 2, 2024
1 parent 3037771 commit 60f3b13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions apps/docs/contribute/guides/create-block.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
8 changes: 7 additions & 1 deletion apps/docs/contribute/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 60f3b13

Please sign in to comment.