-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plugin contribution guidelines
Signed-off-by: davidmirror-ops <[email protected]>
- Loading branch information
1 parent
27c9edd
commit 81141d1
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters