Activity Team/Getting Involved: Difference between revisions
Sascha silbe (talk | contribs) dev.sugarlabs.org -> bugs.sugarlabs.org |
|||
| (8 intermediate revisions by 3 users not shown) | |||
| Line 15: | Line 15: | ||
==== Start coding ==== | ==== Start coding ==== | ||
* '''Create''' an account on http://git.sugarlabs.org and '''log in'''. Add your public SSH key to [http://git.sugarlabs.org/account your account]. | * '''Create''' an account on [http://git.sugarlabs.org git.sugarlabs.org] and '''log in'''. Add your public SSH key to [http://git.sugarlabs.org/account your account]. | ||
* '''Create a new project''' (http://git.sugarlabs.org, projects, new). Make your project name lowercase, e.g. pippy, turtleart, paint. Put it in '''category "activities"'''. | * '''Create a new project''' (http://git.sugarlabs.org, projects, new). Make your project name lowercase, e.g. pippy, turtleart, paint. Put it in '''category "activities"'''. | ||
* [[Activity_Team/Git_FAQ#How_do_I_create_a_new_project.3F|Initiate]] your project | * [[Activity_Team/Git_FAQ#How_do_I_create_a_new_project.3F|Initiate]] your project | ||
| Line 22: | Line 22: | ||
** use ''sugar'' command to run sugar as a regular window manager | ** use ''sugar'' command to run sugar as a regular window manager | ||
** use ''sugar-emulator'' command to run sugar in window mode(in Xephyr), could be useful to test your activity in current environment without re-loginning. | ** use ''sugar-emulator'' command to run sugar in window mode(in Xephyr), could be useful to test your activity in current environment without re-loginning. | ||
* Consult with [[Activity Team/Resources]] to get useful links, [[Development Team/Almanac]] could be a good start page | |||
* '''Start''' coding :) | * '''Start''' coding :) | ||
| Line 28: | Line 29: | ||
If you want to share your activity for broad audience: | If you want to share your activity for broad audience: | ||
* Open a ticket on [ | * Open a ticket on [https://bugs.sugarlabs.org bugs.sugarlabs.org] to create component for your activity e.g. {{bug|788}} | ||
* Using ''setup.py'' from activity root directory, create .pot file | * Using ''setup.py'' from activity root directory, create .pot file | ||
* '''Add''' the pootle user as a committer (from the "add committer" link on the mainline page) | * '''Add''' the ''pootle'' user as a committer (from the "add committer" link on the mainline page) on [http://git.sugarlabs.org git.sugarlabs.org] | ||
* Open a ticket on [ | * Open a ticket on [https://bugs.sugarlabs.org bugs.sugarlabs.org] to add your activity to [http://translate.sugarlabs.org/ pootle](sugar translation environment) e.g. {{bug|810}} | ||
* '''Upload a xo bundle'''(use ''setup.py'' to create bundle) to [http:// | * '''Upload a xo bundle'''(use ''setup.py'' to create bundle) to [http://activities.sugarlabs.org/ activities.sugarlabs.org]. | ||
** Be sure to include a couple of screenshots of your activity in action. | ** Be sure to include a couple of screenshots of your activity in action. | ||
** [[Activity_Library/Glossary#Public_activity|Nominate]] your activity to the public | ** [[Activity_Library/Glossary#Public_activity|Nominate]] your activity to the public | ||
* Create activity page ''wiki.sugarlabs.org/go/Activities/<activity-name>''<br>keep in mind that page on [http:// | * Create activity page ''wiki.sugarlabs.org/go/Activities/<activity-name>''<br>keep in mind that page on [http://activities.sugarlabs.org/ activities.sugarlabs.org] targeted to users and page on wiki targeted to more experienced users and developers | ||
==Join the Activity Team== | ==Join the Activity Team== | ||