Skip to content

Commit

Permalink
docs: update game request template and documentation for consistent f…
Browse files Browse the repository at this point in the history
…ile naming
  • Loading branch information
MasterLaplace committed Dec 10, 2024
1 parent 849f451 commit aedc1f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/game_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
The game request will be reviewed by the maintainers. Please provide as much
information as possible to help us evaluate the game.
Approved game requests will be added to the repository as `gameName-version.json`
Approved game requests will be added to the repository as `gameName.version.json`
or in a dedicated folder within the `Games` directory. This system ensures games
can be installed and updated easily without manual intervention.
- type: input
Expand Down
6 changes: 3 additions & 3 deletions docs/GameConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ The server uses a configuration file to load the games. The configuration file i
- `license`: the license of the game (e.g., MIT, GPL, ...)
- `authors`: a list of authors that contributed to the game

Exemple of a game configuration file:
Exemple of a game configuration file called `Game.1.0.0.json`:
```json
{
"title": "Game_01",
"title": "Game",
"version": "1.0.0",
"url": "https://github.com/Author/Game_01",
"url": "https://github.com/Author/Game",
"description": "A brief description of the game",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit aedc1f7

Please sign in to comment.