Sha256: 85abe384d84e7209777466a7e44056921a8d37dd938204936bc84d0ee1ec7b03

Contents?: true

Size: 712 Bytes

Versions: 13

Compression:

Stored size: 712 Bytes

Contents

In order to keep the code nice and clean we have a few requirements you'll
need to stick to in order to get your patch accepted:

    - use 4-space tabs for indentation and expand tabs to spaces
      (if you use VIM, `set ts=4' and `set et') ; 

    - for code blocks, use { ... } when they can be written into a 
      single line, otherwise use do ... end ;

    - when accessing properties of Ruby-GNOME2 objects, always use
      foo= instead of set_foo ;

    - when hacking the user interface, make sure your changes don't
      break the HIG rules (http://developer.gnome.org/projects/gup/hig/) ;

    - always provide patches in unified form (`cvs diff -u') and with
      a ChangeLog entry. 

Be bold.

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.10 doc/HACKING
alexandria-book-collection-manager-0.7.9 doc/HACKING
alexandria-book-collection-manager-0.7.8 doc/HACKING
alexandria-book-collection-manager-0.7.7 doc/HACKING
alexandria-book-collection-manager-0.7.6 doc/HACKING
alexandria-book-collection-manager-0.7.5 doc/HACKING
alexandria-book-collection-manager-0.7.4 doc/HACKING
alexandria-book-collection-manager-0.7.3 doc/HACKING
alexandria-book-collection-manager-0.7.2 doc/HACKING
alexandria-book-collection-manager-0.7.1 doc/HACKING
alexandria-book-collection-manager-0.7.0 doc/HACKING
alexandria-book-collection-manager-0.6.9 doc/HACKING
alexandria-book-collection-manager-0.6.9.pre1 doc/HACKING