Skip to content

Commit

Permalink
docs: update game request template and enhance README for clarity on …
Browse files Browse the repository at this point in the history
…submission guidelines
  • Loading branch information
MasterLaplace committed Dec 10, 2024
1 parent 47a45a2 commit d31be9f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
23 changes: 14 additions & 9 deletions .github/ISSUE_TEMPLATE/game_request.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
name: I want to request a game
description: "Game request, for new games or updates of existing games.
Before submitting a game request, please make sure that the game you are requesting is not already in the repository.
Also, be aware that the game you are requesting must be open-source and must comply with the Code Of Conduct.
The game request will be reviewed by the maintainers and, if approved, it will be added to the repository as
a gameName-version.json or as a classic folder in the Games folder.
The main objective to add games to the repository is to provide a way to install and play games in a simple way,
without the need to download and install the game manually. Also, it provides a way to keep the games updated automatically."
description: "Game request, for new games or updates of existing games."
title: '[Game]: '
labels:
- game
assignees:
- {{ github.actor }}
- MasterLaplace
body:
- type: markdown
attributes:
value: |
Before submitting a game request, please ensure the following:
- The game is not already in the repository.
- The game is open-source and complies with the Code Of Conduct.
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`
or in a dedicated folder within the `Games` directory. This system ensures games
can be installed and updated easily without manual intervention.
- type: input
id: gameTitle
attributes:
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# ME : <p align="center">Flakkari<br><br><img src="docs/Images/Flakkari.png" alt="Flakkari logo" style="height: 200px"></p>
# ME : Flakkari

<p align="center">
<img src="docs/Images/Flakkari.png" alt="Flakkari logo" style="height: 200px">
</p>

<p align="center">
<h3 align="center">📦 Download &#xa0; : &#xa0;
Expand Down Expand Up @@ -71,6 +75,10 @@ The available games are listed in the [Games](Games) directory. Each game has it

And if you want to add a new game, you can follow the [Game Configuration](docs/GameConfiguration.md) guide.

> [!WARNING]
> Before submitting a game request, please make sure that the game you are requesting is not already in the repository.
> Also, be aware that the game you are requesting must be open-source and must comply with the Code Of Conduct.

<div id='running'/>

Expand Down

0 comments on commit d31be9f

Please sign in to comment.