Skip to content

Commit

Permalink
Fix typo (#58)
Browse files Browse the repository at this point in the history
Don't show in the changelog
  • Loading branch information
Bouh authored Apr 11, 2023
1 parent 1d637d4 commit a089432
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Binary file not shown.
14 changes: 11 additions & 3 deletions docs/gdevelop5/community/guide-for-submitting-an-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,17 @@ You can submit the example to the [Example repository](https://github.com/GDevel
![](/gdevelop5/community/github-example-submission-title.png)

- Under `## Describe the example` in the textbox, add a proper description about the example, feel free to add any screenshots.
- You will also be given a checklist of what are necessary. If you have done them, add `x` in the in brackets against each checklist.

![](/gdevelop5/community/github-example-submission-checklist.png)
- You will also be given a checklist of what is necessary. If you have done them, add `x` in the in brackets against each checklist.

```
- [ ] My Game has a proper name in the game poperties.
- [ ] My Game package name begins with 'com.examples'.
- [ ] My Game has all events unfolded.
- [ ] I've Added myself as the author in the game properties.
- [ ] Iv' included a file caleed 'README.md' with a description in proper English, explaining what this example is doing.
- [ ] I confirm that this game and all its resources can be integrated to this Github repository, distributed and MIT licensed.
- [ ] I've cleaned unused resources in the project.
```

- Under `## Game folder`, add a zip of your project and drag and drop it into the text box.
- Now click `Submit Issue`.
Expand Down

1 comment on commit a089432

@vercel
Copy link

@vercel vercel bot commented on a089432 Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gdevelop-wiki – ./

gdevelop-wiki-gdevelop.vercel.app
wiki.gdevelop.io
gdevelop-wiki-git-main-gdevelop.vercel.app

Please sign in to comment.