Skip to content

Commit

Permalink
add contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Cheung committed Feb 14, 2013
1 parent 108adf7 commit e72337b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Note on Patches/Pull Requests

Thanks for taking the time to contribute back! To make it easier for us to
review your changes, try to follow these guidelines:

* Keep changesets small and on topic. Itching to refactor or clean something
up? Do it in a separate branch.
* Stay consistent with existing code conventions.
* Break changes into smaller logical commits.

To propose a change:

* [Fork the project.](https://help.github.com/articles/fork-a-repo)
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a future version unintentionally.
* Commit, do not mess with rakefile, version, or history. (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)
* [Send me a pull request](https://help.github.com/articles/using-pull-requests). Bonus points for topic branches.
* [Check that your pull request passes the build](https://travis-ci.org/intridea/hashie/pull_requests).

## Bug triage

Have a problem? File an [issue here](https://github.com/intridea/hashie/issues).

To make bug squashing easier, include the following in your issue:

* What version of hashie are you using?
* Is it still a problem in master?
9 changes: 2 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,9 @@ provide.
c.where(:abc => 'def').where(:hgi => 123)
c # => {:where => {:abc => 'def', :hgi => 123}}

## Contributing

## Note on Patches/Pull Requests

* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a future version unintentionally.
* Commit, do not mess with rakefile, version, or history. (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)
* Send me a pull request. Bonus points for topic branches.
See [CONTRIBUTING.md](CONTRIBUTING.md)

## Authors

Expand Down

0 comments on commit e72337b

Please sign in to comment.