From 933d53582a4cf72f97872a2a14d150970d37731f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Vivet?= Date: Mon, 31 Jul 2023 14:32:43 +0200 Subject: [PATCH] Update new-example.md --- .github/ISSUE_TEMPLATE/new-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-example.md b/.github/ISSUE_TEMPLATE/new-example.md index 14e400f3d..80aac5428 100644 --- a/.github/ISSUE_TEMPLATE/new-example.md +++ b/.github/ISSUE_TEMPLATE/new-example.md @@ -20,7 +20,7 @@ A clear and concise description of what the example is, how useful it is. - [ ] I've followed all of [the best practices](http://wiki.compilgames.net/doku.php/gdevelop5/community/guide-for-submitting-an-example). - [ ] My game has a proper name in the game properties. -- [ ] My game package name behind with `com.example.`. +- [ ] My game package name begins with `com.example.`. - [ ] My game has all events unfolded. - [ ] I've added myself as the author in the game properties. - [ ] I've included a file called "README.md" with a description in proper English, explaining what this example is doing.