Skip to content

Commit 0649a1f

Browse files
committed
Contributions section
1 parent c49c127 commit 0649a1f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Number of commits to the github/github Git repository, by author:
4040
Magnitude of earthquakes over 1.0 in the last 24 hours:
4141

4242
```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 |
4444
sed '1d' |
4545
cut -d, -f9 |
4646
spark
@@ -65,9 +65,22 @@ ruby-1.8.7-p334 in spark/ on master with history: ▂▅▇▂
6565

6666
## wicked cool usage
6767

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
6969
[wicked cool usage][wiki] for spark.
7070

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+
7184
## ▇▁ ⟦⟧ ▇▁
7285

7386
This is a [@holman][holman] joint.

0 commit comments

Comments
 (0)