You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,17 @@ YML file rules:
80
80
-`repository` is optional, but must be a fully-qualified URL if provided.
81
81
-`keywords` is optional, but should be an array if provided.
82
82
-`license` is optional.
83
+
-`screenshots` are optional, but should be an array in the following format if provided:
84
+
```
85
+
screenshots:
86
+
-
87
+
imageUrl: 'https://mysite/awsome.png'
88
+
caption: 'Awesome screenshot'
89
+
imageLink: 'https://mysite/awesome.html'
90
+
```
91
+
*`imageUrl` - *required* - fully-qualified URL of screenshot image. Allowed image types are png, jpg, and gif.
92
+
*`caption` - an optional caption to display with the screenshot.
93
+
*`imageLink` - an optional link URL to indicate the link that should be directed to when someone clicks on an image. If this field is not specified, clicking on a screenshot will go to the application website.
0 commit comments