Skip to content

Developer Guidelines

Herb Kuta edited this page Jun 26, 2019 · 6 revisions

PAGE UNDER CONSTRUCTION

Development rules

  • Source-code centric: Use of github features

  • Style of Commits: OpenEmbedded style

  • Open Resources: Issue tracker and Wiki is open for everybody's use.

  • Style of Commit Messages:

    • It starts with the name of the recipe/directory.
    • Then it describes the patch on an abstract level (not the concrete change, because that's visible in the patch itself). We use the present progressive form, e.g., 'adding', 'removing', 'adjusting'.
    • It avoids the word 'fix', because commonly, 'fixes' do break scenarios where people have relied on its previous behavior, even if it was quite strange.
    • We refer to the addressed issue usually in brackets with 'resolves'

Communication channels

  • Mailing list
  • Commits, github comments, github issues
  • github Wiki
Clone this wiki locally