Skip to content

Contributions Guidelines

rafaelbrandao edited this page Jun 11, 2012 · 6 revisions

Contributions guidelines

  • The coding style: We follow the coding style of WebKit

  • How to send patches:

    • By default pushing rights are not enabled, you need to ask for it. You can reach the team using the mailing list.

    • When you do a patch it needs to be send to the mailing list for review. After you get a positive review if you have write access you can push the patch. A patch should always include the name of the reviewer in the Reviewed-By field. Patches can easily be send to mailing list using git send-email. Here is an example of setup (in the gitconfig file), please replace with your name and email:

         [sendemail]
         to=snowshoe-dev@googlegroups.com
         from=Your Name <your@email.com>    
         suppresscc=all    
         smtpserver=smtp.googlemail.com    
         smtpserverport=587    
         smtpencryption=tls    
         smtpuser=your@email.com
      
  • Follow the commit template:

    Description
    Bug: (if it applies)
    Reviewed-by:

Clone this wiki locally