38 lines
922 B
Plaintext
38 lines
922 B
Plaintext
---
|
|
title: "Contributing"
|
|
description: "You can contribute Integrations and core code to the Trigger.dev platform "
|
|
---
|
|
|
|
Trigger.dev is open source and we welcome contributions from the community.
|
|
|
|
<CardGroup>
|
|
<Card
|
|
title="GitHub Repo"
|
|
icon="github"
|
|
href="https://github.com/triggerdotdev/trigger.dev"
|
|
>
|
|
Our Open Source GitHub repo
|
|
</Card>
|
|
<Card
|
|
title="View and create issues"
|
|
icon="bug"
|
|
href="https://github.com/triggerdotdev/trigger.dev/issues"
|
|
>
|
|
You can view open issues and create new ones
|
|
</Card>
|
|
<Card
|
|
title="Create an Integration"
|
|
icon="square-plus"
|
|
href="/integrations/create"
|
|
>
|
|
Create an Integration for your own use or as a public package.
|
|
</Card>
|
|
<Card
|
|
title="Join the community"
|
|
icon="discord"
|
|
href="https://discord.gg/nkqV9xBYWy"
|
|
>
|
|
The place to meet other users, the team and to get product updates.
|
|
</Card>
|
|
</CardGroup>
|