Skip to content

Commit

Permalink
Improved media files schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuda committed Oct 11, 2016
1 parent 067c5a8 commit f2bc602
Show file tree
Hide file tree
Showing 5 changed files with 1,331 additions and 1,307 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ New game
license:
info:
updated:
media:
- image:
- youtube:
- vimeo:
images:
-
video:
youtube:
vimeo:
```
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ framework: [] # List of engines/tools used
license: # See licenses in schema.yaml
info: # Notes about the game
updated: # Date when game was added or updated
media:
- image: # Link to screenshot
- youtube: # YouTube video ID
- vimeo: # Vimeo video ID
images:
- # Link(s) to screenshot(s)
video:
youtube: # YouTube video ID
vimeo: # Vimeo video ID
```
## Add a game parent
Expand Down
Loading

0 comments on commit f2bc602

Please sign in to comment.