Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. You may only push commits to the project repo which are for issues that have been included on Bug Parade
  2. Bugs can be added to the bug parade at any time, upon approval by the QA Lead and/or Release Manager and with a notification to the community (via list or irc channel).
    • Anyone can nominate a bug to be added to the bug parade
  3. All commits must under go code review before an issue can be closed, and before the end of bug parade
    • The review process consists of a code review and testing of the commit
    • The result of the code review should be indicated on the jira
    • All community members are encouraged to lend a hand with code reviews, but each commit must also be reviewed by a committer.

During code freeze

Ordinarily, no commits should pushed to the project repo during code freeze. Exceptions include:

...

When combining class names for styling and class names for selectors, the convention is

<el <div class="flc-* fl-*">

so that the DOM selectors are before the CSS selectors.

...