File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,17 @@ You can submit the example to the [Example repository](https://github.com/GDevel
142
142
![ ] ( /gdevelop5/community/github-example-submission-title.png )
143
143
144
144
- 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
+ ```
148
156
149
157
- Under ` ## Game folder ` , add a zip of your project and drag and drop it into the text box.
150
158
- Now click ` Submit Issue ` .
You can’t perform that action at this time.
0 commit comments