File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,25 @@ review them:
13
13
- [ ] Includes [ docs] ( https://github.com/tektoncd/community/blob/master/standards.md#principles ) (if user facing)
14
14
- [ ] Commit messages follow [ commit message best practices] ( https://github.com/tektoncd/community/blob/master/standards.md#commit-messages )
15
15
- [ ] Yaml file complies with [ yamllint] ( https://github.com/adrienverge/yamllint ) rules.
16
+ - [ ] Complies with [ Catalog Orgainization TEP] [ TEP ] , see [ example] . ** Note** [ An issue has been filed to automate this validation] [ validation ]
17
+ - [ ] File path follows ` <kind>/<name>/<version>/name.yaml `
18
+ - [ ] Has ` README.md ` at ` <kind>/<name>/<version>/README.md `
19
+ - [ ] Has mandatory ` metadata.labels ` - ` app.kubernetes.io/version ` the same as the ` <version> ` of the resource
20
+ - [ ] Has mandatory ` metadata.annotations ` ` tekton.dev/pipelines.minVersion `
21
+ - [ ] mandatory ` spec.description ` follows the convention
22
+ ```yaml
23
+ spec:
24
+ description: >-
25
+ one line summary of the resource
26
+
27
+ Paragraph(s) to describe the resource.
28
+ ```
16
29
17
30
_ See [ the contribution guide] ( https://github.com/tektoncd/catalog/blob/master/CONTRIBUTING.md )
18
31
for more details._
32
+
33
+ ---
34
+
35
+ [ TEP ] : https://github.com/tektoncd/community/blob/master/teps/0003-tekton-catalog-organization.md
36
+ [ example ] : https://github.com/tektoncd/catalog/tree/master/task/git-clone/0.1
37
+ [ validation ] : https://github.com/tektoncd/catalog/issues/413
You can’t perform that action at this time.
0 commit comments