Skip to content

Commit

Permalink
Add multiplayer tag to readme and issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuda committed Dec 2, 2017
1 parent 91d999d commit eddddf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ New game
feed:
development:
status:
multiplayer: []
lang: []
framework: []
license:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ url: string # Link to website
feed: string # Link to RSS/Atom feed
development: enum # One of: complete, very active, active, sporadic, halted
status: enum # One of: playable, semi-playable, unplayable
multiplayer: enum # One of: Online, LAN, Split-screen, Co-op, Hotseat, Matchmaking
lang: array # List of programming languages used
framework: array # List of engines/tools used
license: array # See licenses in games schema
license: enum # One of licenses listed in games schema file
content: string # One of: commercial, free, open, swapable*
info: string # Miscellaneous notes about the game
updated: string # Date when game was added or updated
Expand Down
2 changes: 1 addition & 1 deletion schema/games.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ schema;game:
type: seq
sequence:
- type: str
enum: ['Online', 'LAN', 'Split-screen', 'Co-Op', 'Hotseat', 'Matchmaking']
enum: ['Online', 'LAN', 'Split-screen', 'Co-op', 'Hotseat', 'Matchmaking']
content:
type: str
enum: ['commercial', 'free', 'open', 'swapable']
Expand Down

0 comments on commit eddddf2

Please sign in to comment.