Skip to content

Development

rgilles edited this page Mar 25, 2012 · 4 revisions

Development conventions

Coding style

TODO

Label convention

The following labels' definitions are mainly based on default Google code labels:

  • type-enhancement: request for enhancement
  • type-defect: report a software defect
  • type-task: work item that does not change the code or docs
  • type-review: request for a source code review

Tag release

This help page provide interesting information on tagging methodology with git and github: http://learn.github.com/p/tagging.html. git push --tag

Clone this wiki locally