forked from ruport/ruport
-
Notifications
You must be signed in to change notification settings - Fork 1
/
HACKING
47 lines (27 loc) · 1.48 KB
/
HACKING
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 Ruby Reports : A Guide For Contributors
--------------------------------------------------
If you'd like to help test, maintain, or develop on Ruport,
this document is for you.
We try to be as community friendly as possible, and we welcome all sorts of
contributions to our project. Here are a few different ways you can help.
- Adding Tests and Hunting for bugs.
- Improving documentation or writing tutorials
- Helping with our primary development tasks
- Helping with some secondary tasks
- Improving our visual identity / web resources
- Testing new releases and sharing your experiences.
If any of these things sound appealing to you, there are a few things
you should do:
1) Sign up on the mailing list: http://list.rubyreports.org/
2) Post and introduce yourself, letting us know what you'd like to work on OR
Find sandal or mikem836 on #ruport
3) Please read the MakingChangeRequests, ReportingDefects, and
SubmittingPatches Trac wiki pages, as appropriate.
- http://stonecode.svnrepository.com/ruport/trac.cgi/wiki/MakingChangeRequests
- http://stonecode.svnrepository.com/ruport/trac.cgi/wiki/ReportingDefects
- http://stonecode.svnrepository.com/ruport/trac.cgi/wiki/SubmittingPatches
4) Please pull the latest code from SVN trunk:
http://stonecode.svnrepository.com/svn/ruport/ruport/trunk
This should hopefully be enough to get you on the right track. We welcome your
questions and ideas, so don't be afraid to contact us.
Happy Hacking!