Skip to content

Commit 1f897b1

Browse files
committed
docs: Add contributing file
1 parent 6347928 commit 1f897b1

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contributing
2+
3+
Source hosted at [GitHub](http://github.com/splitrb/split-analytics).
4+
Report Issues/Feature requests on [GitHub Issues](http://github.com/splitrb/split-analytics/issues).
5+
6+
Please follow the [Code of Conduct](CODE_OF_CONDUCT.md).
7+
8+
## Note on Patches/Pull Requests
9+
10+
* Fork the project.
11+
* Make your feature addition or bug fix.
12+
* Add tests for it. This is important so I don't break it in a
13+
future version unintentionally.
14+
* Commit, do not mess with rakefile, version, or history.
15+
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
16+
* Send me a pull request. Bonus points for topic branches.
17+
18+
## Testing
19+
20+
Tests can be ran with `rake spec`.`

0 commit comments

Comments
 (0)