-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #11
Comments
@marekventur I'm happy to do:
How do you want people to submit this info? |
Thanks @SteveAmor! I think the best place to start is the mk4 wiki: https://badge.emfcamp.org/wiki/TiLDA_MK4 just create a github page (or something similar) and add a link to it to the (so far empty) main page. We can sort the proper landing page out later - it will probably looks similar to https://badge.emfcamp.org/wiki/TiLDA_MK3 |
I've created the base page: https://badge.emfcamp.org/wiki/TiLDA_MK4 |
@marekventur can you check the flow I've put in https://badge.emfcamp.org/wiki/TiLDA_MK4/Badge_Store_Submissions |
Every app becomes a new folder in the root of the repo. So if someone creates a "snake" app, there will be another folder called "snake" with at least a "main.py" in it App names need to be unique (the folder structure enforces that). App folders can contain multiple files (python and non python), but at a minimum "main.py" with the correct headers is required. You can verify that the folder structure is correct by running "./tilda_tools validate" (works without a badge), which is also run by travis to check PRs. |
https://badge.emfcamp.org/wiki/TiLDA_MK4
The text was updated successfully, but these errors were encountered: