Skip to content

Commit a089432

Browse files
authored
Fix typo (#58)
Don't show in the changelog
1 parent 1d637d4 commit a089432

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
Binary file not shown.

docs/gdevelop5/community/guide-for-submitting-an-example.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,17 @@ You can submit the example to the [Example repository](https://github.com/GDevel
142142
![](/gdevelop5/community/github-example-submission-title.png)
143143

144144
- Under `## Describe the example` in the textbox, add a proper description about the example, feel free to add any screenshots.
145-
- 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.
146-
147-
![](/gdevelop5/community/github-example-submission-checklist.png)
145+
- 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.
146+
147+
```
148+
- [ ] My Game has a proper name in the game poperties.
149+
- [ ] My Game package name begins with 'com.examples'.
150+
- [ ] My Game has all events unfolded.
151+
- [ ] I've Added myself as the author in the game properties.
152+
- [ ] Iv' included a file caleed 'README.md' with a description in proper English, explaining what this example is doing.
153+
- [ ] I confirm that this game and all its resources can be integrated to this Github repository, distributed and MIT licensed.
154+
- [ ] I've cleaned unused resources in the project.
155+
```
148156

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

0 commit comments

Comments
 (0)