Difference between revisions of "Development Team"

From Sugar Labs
Jump to navigation Jump to search
(Actually lets graduate this)
(37 intermediate revisions by 13 users not shown)
Line 1: Line 1:
<noinclude>{{ GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show | ja =show | ko =show | no =show | pl =show | pt =show | ro =show | ru =show | sv =show }}
+
{{Graduate|Move to http://developer.sugarlabs.org}}
{{TeamHeader|Development Team|roadmap_link=Release/Roadmap}}</noinclude>{{TOCright}}
 
  
 
==Mission==
 
==Mission==
Line 6: Line 5:
  
 
== Meetings ==
 
== Meetings ==
The development team has a regular IRC meeting (See the Sugar Labs [[Sugar Labs#Calendar|calendar]]). Find out more about the meeting time and upcoming and earlier meetings [[Development Team/Meetings|here]].
+
The development team has a regular IRC meeting (See the Sugar Labs [[Sugar Labs/Events|calendar]]). Find out more about the meeting time and upcoming and earlier meetings [[Development Team/Meetings|here]]. Help: [[Sugar_Labs/Communication channels#IRC.2C_Internet_Relay_Chat |Using IRC]]
  
== Mini tutorials ==
+
== Team lead ==
The development team hosts mini tutorials covering short (five-minute) topics relevant to writing Sugar activities. Please refer to the [[Development Team/Mini tutorials|Mini tutorials page]] to sign up for teaching a topic.
+
The Development Team coordinator position carries administrative tasks such as organizing regular meetings, keeping the TODO list updated, keeping the membership list updated, and making sure that the team has clear goals and is kept focused.  We are currently accepting nominations for an election for this position, see [[Development_Team/Team_Lead_Candidates_2010_05]].
 +
== Releases ==
 +
See the [[Development Team/Release]] page.
 +
== Release manager ==
 +
We have defined the role of the release manager for the past 3 releases as the following:
 +
 
 +
* Setting the schedule.
 +
* Making sure that the [[Features/Policy]] is followed by submitters.
 +
* Keeping this wiki updated with the released modules and making sure to have final release notes available.
 +
* Sending email reminders about approaching Freezes, tarball due dates, etc.
 +
 
 +
== Schedule ==
 +
The schedule is based on [http://live.gnome.org/Schedule GNOME releases], a 6-month release cycle.
 +
 
 +
<!-- == Mini tutorials ==
 +
 
 +
The development team hosts mini tutorials covering short (five-minute) topics relevant to writing Sugar activities. Please refer to the [[Development Team/Mini tutorials|Mini tutorials page]] to sign up for teaching a topic. -->
  
 
== Development systems ==
 
== Development systems ==
All of core Sugar development except system-dependent modifications can be done on a standard computer by compiling [[Development Team/Jhbuild|jhbuild]] and editing with your favorite editor (eclipse/pydev, emacs, vim, etc.). Activity (aka application) development can be done in many environments using pre-compiled [[Supported_systems#Sucrose|packages]] ("sucrose") or [[Supported_systems#Starch|images]] ("starch").
+
All of core Sugar development except system-dependent modifications can be done on a standard computer by installing [http://sugarlabs.org/~buildbot/docs/build.html sugar-build] and editing with your favorite editor (eclipse/pydev, emacs, vim, etc.). Activity (aka application) development can be done in many environments using pre-compiled [[Supported_systems#Sucrose|packages]] ("sucrose") or [[Supported_systems#Starch|images]] ("starch").
 +
 
 +
See also the [[Platform Team/Sweets]] technology.
 +
 
 +
== Document your work ==
 +
See [[Features/Feature Template]] for an example.
  
 
== Code review ==
 
== Code review ==
Patches to Sugar are more than welcome. There are guidelines for [[Development Team/CodeReview|code review]] to get them accepted.
+
Patches to Sugar are more than welcome. There are guidelines for [[Development Team/Code Review|code review]] to get them accepted.
  
 
== Package Sucrose for your distribution ==
 
== Package Sucrose for your distribution ==
* Currently there are efforts to maintain Sugar as part of [[Community/Distributions/Debian|Debian]], [[Community/Distributions/Ubuntu|Ubuntu]], and [[Community/Distributions/Fedora|Fedora]].
+
* Currently there are efforts to maintain Sugar as part of [[Debian]], [[Ubuntu]], and [[Fedora]].
* Help us maintain good communication with distribution packagers to assist in this.
+
* Help us maintain good communication with distribution packagers to assist in this. Join the [[Platform Team]].
  
 
== Kill Bugs! ==
 
== Kill Bugs! ==
* See our bug tracking system http://dev.sugarlabs.org/
+
* Help test. See [[{{Upcoming Stable Release}}/Testing]].
 +
* See our bug tracking system https://bugs.sugarlabs.org/.
 +
* Join the [[BugSquad]].
  
 
== Project Ideas ==
 
== Project Ideas ==
 
* Want to work on an interesting Sugar project, or have an idea of your own?  Check the [[Development Team/Project Ideas|project ideas]] page.
 
* Want to work on an interesting Sugar project, or have an idea of your own?  Check the [[Development Team/Project Ideas|project ideas]] page.
* See the [[Summer of Code]] effort; ideas, students, mentors, and organization help are welcomed.
+
* Prepare a new Sugar [[Features/Policy|Feature]].
==Release Notes==
+
* See the [[Summer of Code]] project; ideas, students, mentors, and organization help are welcomed.
'''[[/Release/CurrentRelease/Sucrose]]'''
+
== Platform Release Cycles ==
{{Special:PrefixIndex/Development Team/Release}}
+
 
 +
{{Template:Platform Cycle Linkbar}}
 +
 
 +
[[Template:Current Stable Release]] holds the release number.
 +
 
 +
See [[{{Current Stable Release}}/Notes]] for the release notes.
 +
 
 +
[[Development Team/Release]]
  
 
== Subpages ==
 
== Subpages ==

Revision as of 16:36, 14 May 2016


Mission

The mission of the Development Team is to build and maintain the core Sugar environment. This includes specifying and implementing new features in conjunction with the Design Team, fixing bugs as they are found by the Testing team and the Sugar community, and generally making Sugar awesome in all ways.


Meetings

The development team has a regular IRC meeting (See the Sugar Labs calendar). Find out more about the meeting time and upcoming and earlier meetings here. Help: Using IRC

Team lead

The Development Team coordinator position carries administrative tasks such as organizing regular meetings, keeping the TODO list updated, keeping the membership list updated, and making sure that the team has clear goals and is kept focused. We are currently accepting nominations for an election for this position, see Development_Team/Team_Lead_Candidates_2010_05.

Releases

See the Development Team/Release page.

Release manager

We have defined the role of the release manager for the past 3 releases as the following:

  • Setting the schedule.
  • Making sure that the Features/Policy is followed by submitters.
  • Keeping this wiki updated with the released modules and making sure to have final release notes available.
  • Sending email reminders about approaching Freezes, tarball due dates, etc.

Schedule

The schedule is based on GNOME releases, a 6-month release cycle.


Development systems

All of core Sugar development except system-dependent modifications can be done on a standard computer by installing sugar-build and editing with your favorite editor (eclipse/pydev, emacs, vim, etc.). Activity (aka application) development can be done in many environments using pre-compiled packages ("sucrose") or images ("starch").

See also the Platform Team/Sweets technology.

Document your work

See Features/Feature Template for an example.

Code review

Patches to Sugar are more than welcome. There are guidelines for code review to get them accepted.

Package Sucrose for your distribution

  • Currently there are efforts to maintain Sugar as part of Debian, Ubuntu, and Fedora.
  • Help us maintain good communication with distribution packagers to assist in this. Join the Platform Team.

Kill Bugs!

Project Ideas

  • Want to work on an interesting Sugar project, or have an idea of your own? Check the project ideas page.
  • Prepare a new Sugar Feature.
  • See the Summer of Code project; ideas, students, mentors, and organization help are welcomed.

Platform Release Cycles

Sugar platform release version cycle: | 0.82 | 0.84 | 0.86 | 0.88 | 0.90 | 0.92 | 0.94 | 0.96 | 0.98 | 0.100 | 0.102 | 0.104 | 0.106 | 0.108 | 0.110 | 0.112 |

Template:Current Stable Release holds the release number.

See 0.112/Notes for the release notes.

Development Team/Release

Subpages