ACTIVEPIECES/docs/developers/sharing-pieces/contribute.mdx
rohit cd823a2d9e
Some checks failed
Crowdin Action / synchronize-with-crowdin (push) Has been cancelled
Release Pieces / Release-Pieces (push) Has been cancelled
automaton layer
2025-07-05 23:59:03 +05:30

18 lines
593 B
Plaintext

---
title: "Contribute"
description: "Learn how to contribute a piece to the main repository."
---
<Steps>
<Step title="Open a pull request">
- Build and test your piece.
- Open a pull request from your repository to the main fork.
- A maintainer will review your work closely.
</Step>
<Step title="Merge the pull request">
- Once the pull request is approved, it will be merged into the main branch.
- Your piece will be available within a few minutes.
- An automatic GitHub action will package it and create an npm package on npmjs.com.
</Step>
</Steps>