-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refresh contributor instructions (#1417)
- Loading branch information
1 parent
87c0a7e
commit b0e7f8d
Showing
7 changed files
with
130 additions
and
384 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,86 @@ | ||
name: 🚰 New Plugin | ||
description: Request a new Plugin to Meltano Hub | ||
title: "Add Plugin: <insert plugin name>" | ||
labels: [] | ||
assignees: [taylormurphy, pnadolny13] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## New Plugin Request | ||
Please fill out the following information to request a new plugin to be added to the Meltano Hub. | ||
If you'd like you can follow the steps in the [CONTRIBUTING.md](https://github.com/meltano/hub/blob/main/CONTRIBUTING.md) to add it yourself, | ||
otherwise someone on the Meltano team will get it added. | ||
- type: dropdown | ||
id: plugin_type | ||
attributes: | ||
label: What is the plugin type? | ||
multiple: true | ||
options: | ||
- extractor | ||
- loader | ||
- utility | ||
- mapper | ||
- files | ||
|
||
- type: input | ||
id: name | ||
attributes: | ||
label: Repository URL | ||
description: The URL for the repository that contains the plugin code | ||
placeholder: ex. https://github.com/MeltanoLabs/tap-github | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: name | ||
attributes: | ||
label: Extension Repository URL | ||
description: The URL for the plugin extension repository. Only for utility plugins. | ||
placeholder: ex. https://github.com/meltano/airflow-ext | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: description | ||
attributes: | ||
label: Description | ||
description: General description of what the company behind the API or database does | ||
placeholder: ex. Online Marketing Platform | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: url | ||
attributes: | ||
label: Domain URL | ||
description: URL of the developer documentation or website | ||
placeholder: ex. https://developers.hubspot.com/docs/api/overview | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Logo Image | ||
description: | | ||
Upload a logo image for the new plugin. The ideal image is an SVG or PNG, has no text over the logo, and has a transparent background. | ||
Sometimes and image already exists, for example if an extractor is listed on the MeltanoHub and you want to add a loader. | ||
In that case, you can leave a note of what existing plugin to use. | ||
Tip: You can attach images by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Any other notes? | ||
description: | | ||
Links? References? Anything that will give us more context. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.