Sha256: 5ac7bcb3a543bacf70225dbc167461d5aac945fabdd1db2e420bf4da7f027661

Contents?: true

Size: 1.35 KB

Versions: 3

Compression:

Stored size: 1.35 KB

Contents

= Hacking on Prawn

While we hope to have more extensive documentation for contributors in time, for
now, here is the bare minimum to get you up and running

== NOTES 

Install test-spec, pdf-reader, and mocha from RubyGems

Be sure to load in the necessary git submodules as well:

  git submodule init
  git submodule update

If you are running on Ruby 1.9.1, you will need Test::Unit 1.2.3

  gem install test-unit -v 1.2.3
  
== Patch process 

  1. File a ticket in the bug tracker describing a defect or feature

   http://github.com/sandal/prawn/issues

  2. Fork us on Github, make your changes.  Bug fixes or tiny enhancements can
  be done on your master branch, everything else should be done on its own topic
  branch.

  3. Post a comment to the ticket telling us where your fork is, and what
  patches we should be looking at.
  
  If you are working on a ticket that has already been created, skip step 1.
  
  All feature enhancements should come with an example in the examples/ dir,
  and preferably, some specs.
  
  All bug reports should have a reproducible example in bugs/ and preferably,
  some specs.
  
== Support

  Find us in #prawn on irc.freenode.net
  <sandal>     - Gregory Brown
  <yob>        - James Healy
  <bluejade>   - Daniel Nelson
  <bradediger> - Brad Ediger
  
  Otherwise, use the mailing list:
  http://groups.google.com/group/prawn-ruby

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
piglop-prawn-0.10.2.3 HACKING
piglop-prawn-0.10.2.2 HACKING
piglop-prawn-0.10.2.1 HACKING