From d31be9fe5bfcf870851eab43830d5e6cff2cd512 Mon Sep 17 00:00:00 2001 From: MasterLaplace Date: Mon, 9 Dec 2024 23:11:40 -0500 Subject: [PATCH] docs: update game request template and enhance README for clarity on submission guidelines --- .github/ISSUE_TEMPLATE/game_request.yml | 23 ++++++++++++++--------- README.md | 10 +++++++++- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/game_request.yml b/.github/ISSUE_TEMPLATE/game_request.yml index 38e56a2..5bc5421 100644 --- a/.github/ISSUE_TEMPLATE/game_request.yml +++ b/.github/ISSUE_TEMPLATE/game_request.yml @@ -1,13 +1,5 @@ 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 @@ -15,6 +7,19 @@ 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: diff --git a/README.md b/README.md index 7ecea86..971c72c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# ME :

Flakkari

Flakkari logo

+# ME : Flakkari + +

+ Flakkari logo +

📦 Download   :   @@ -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. +