Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin contribution guidelines #6212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/community/contribute/contribute_integrations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
(contribute_integrations)=

## Guidelines to contributing integrations

If you plan to contribute a [plugin](https://docs.flyte.org/en/latest/flytesnacks/integrations/index.html) or [Agent](https://docs.flyte.org/en/latest/user_guide/flyte_agents/index.html#flyte-agents-guide), first of all , thank you!

To better support the lifecycle of maintaining an integration, we ask you to follow these guidelines:

- Submit the code to the `community/plugins` folder
- Explicitly mark plugins as community-maintained in the import via `import flytekitplugins.contrib.x`
- Let the `flyte-bot` user have the `Sole Owner` role for your package in `pypi`. This ensures that new releases for your integration follow the `flytekit` release process.

1 change: 1 addition & 0 deletions docs/community/contribute/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ For feedback at any point in the contribution process, feel free to reach out to
:hidden:

Contributing code <contribute_code>
Contributing integrations <contribute_integrations>
Contributing docs <contribute_docs>
Contributing tutorials or integrations examples <contribute_examples>
Loading