public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
prawn / HACKING
100644 47 lines (29 sloc) 1.227 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
= Hacking on Prawn
 
A stub file that'll eventually get bigger
 
== 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 tracker that contains the code your issue is
     related to:
 
   http://github.com/sandal/prawn/issues
   http://github.com/sandal/prawn-layout/issues
   http://github.com/sandal/prawn-format/issues
 
  2. Fork any necessary repositories on Github, make your changes
  3. Submit pull request so Gregory is notified
  4. Include your ticket number in commit messages
  
  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
  
  Otherwise, use the mailing list:
  http://groups.google.com/group/prawn-ruby