Skip to content

Commit

Permalink
fix(docs): add component type to operator in contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Oct 2, 2024
1 parent 07742f5 commit fe7f48f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/component/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ component.
"id": "hello",
"uid": "e05d3d71-779c-45f8-904d-e90a050ca3b2",
"title": "Hello",
"type": "COMPONENT_TYPE_OPERATOR",
"description": "'Hello, world' operator used as a template for adding components",
"spec": {},
"availableTasks": [
Expand Down

0 comments on commit fe7f48f

Please sign in to comment.