public
Rubygem
Description: iPhone friendly web UI for God
Homepage: http://github.com/jnewland/god_web
Clone URL: git://github.com/jnewland/god_web.git
Search Repo:
setup ditz, add some bugs, document contribution workflow
jnewland (author)
Mon May 19 07:11:53 -0700 2008
commit  f027df9351f405d1f212be6fde7492cf7aa02ea4
tree    469ea50a549efdaad80d216a639c9e22008c0ab2
parent  533630b3416c8c6a2b12f6925e2ccc3dc36b7d5e
...
85
86
87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
89
90
...
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
0
@@ -85,6 +85,23 @@ end
0
 </code>
0
 </pre>
0
 
0
+h2. Contributing
0
+
0
+god_web uses "ditz":http://ditz.rubyforge.org for issue tracking. Fork
0
+god_web, clone your copy and then run:
0
+
0
+@ditz todo@
0
+
0
+For more details on a specific issue:
0
+
0
+@ditz show god_web-1@
0
+
0
+Make your changes that fix a bug, then resolve it.
0
+
0
+@ditz close god_web-1@
0
+
0
+Commit, push your changes to GitHub, then send a pull request!
0
+
0
 h3. Author
0
 
0
 "Jesse Newland":http://jnewland.com/

Comments

    No one has commented yet.