Skip to content

Commit 1e5afaa

Browse files
chore: update contributor guidelines in PR template
1 parent 5087c09 commit 1e5afaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Thank you for your contribution. ❤️ -->
7272
- [ ] Use `"{{ secret('YOUR_SECRET') }}"` in the examples for sensible infos such as an API KEY.
7373
- [ ] 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.
7474
- [ ] Align the `"""` to close examples blocks with the flow id.
75+
- [ ] 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.
7576

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

0 commit comments

Comments
 (0)