Skip to content

Commit e082bf1

Browse files
chore: add plugin metadata
1 parent fabb292 commit e082bf1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Thank you for your contribution. ❤️ -->
7070
- [ ] Use `"{{ secret('YOUR_SECRET') }}"` in the examples for sensible infos such as an API KEY.
7171
- [ ] If you are fetching data (one, many or too many), you must add a `Property<FetchType> fetchType` to be able to use `FETCH_ONE`, `FETCH` and even `STORE` to store big amount of data in the internal storage.
7272
- [ ] Align the `"""` to close examples blocks with the flow id.
73+
- [ ] Update the existing `index.yaml` for the main plugin, and for each new subpackage add a metadata file named exactly after the subpackage (e.g. `s3.yaml` for `io.kestra.plugin.aws.s3`) under `src/main/resources/metadata/`, following the same schema.
7374

7475
🧪 **Tests**
7576
- [ ] Unit Tests added or updated to cover the change (using the `RunContext` to actually run tasks).
@@ -81,3 +82,5 @@ Thank you for your contribution. ❤️ -->
8182
- [ ] Do not send back as outputs the same infos you already have in your properties.
8283
- [ ] If you do not have any output use `VoidOutput`.
8384
- [ ] Do not output twice the same infos (eg: a status code, an error code saying the same thing...).
85+
86+

src/main/resources/metadata/index.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
group: io.kestra.plugin.template
22
name: "template"
33
title: "Template"
4+
<<<<<<< Updated upstream
45
description: ""
6+
=======
7+
description: "Plugin template for Kestra"
8+
>>>>>>> Stashed changes
59
body: ""
610
videos: []
711
createdBy: "Kestra Core Team"

0 commit comments

Comments
 (0)