File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Number of commits to the github/github Git repository, by author:
40
40
Magnitude of earthquakes over 1.0 in the last 24 hours:
41
41
42
42
``` sh
43
- › curl http://earthquake.usgs.gov/earthquakes/catalogs/eqs1day-M1.txt --silent |
43
+ › curl http://earthquake.usgs.gov/earthquakes/catalogs/eqs1day-M1.txt --silent |
44
44
sed ' 1d' |
45
45
cut -d, -f9 |
46
46
spark
@@ -65,9 +65,22 @@ ruby-1.8.7-p334 in spark/ on master with history: ▂▅▇▂
65
65
66
66
## wicked cool usage
67
67
68
- Sounds like a wiki is a great place to collect all of your
68
+ Sounds like a wiki is a great place to collect all of your
69
69
[ wicked cool usage] [ wiki ] for spark.
70
70
71
+ ## contributing
72
+
73
+ Contributions welcome! Like seriously, I think contributions are real nifty.
74
+
75
+ Make your changes and be sure the tests all pass:
76
+
77
+ ./test
78
+
79
+ That also means you should probably be adding your own tests as well as changing
80
+ the code. Wouldn't want to lose all your good work down the line, after all!
81
+
82
+ Once everything looks good, open a pull request.
83
+
71
84
## ▇▁ ⟦⟧ ▇▁
72
85
73
86
This is a [ @holman ] [ holman ] joint.
You can’t perform that action at this time.
0 commit comments