Skip to content

Commit

Permalink
update contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Mar 13, 2013
1 parent 5522670 commit 4514ac0
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions CONTRIBUTING.md
Expand Up @@ -18,28 +18,32 @@ easiest way to contribute.
* **Bug reports** please be as detailed as possible. Include: * **Bug reports** please be as detailed as possible. Include:
* full ruby engine and version: `ruby -e 'puts RUBY_DESCRIPTION'` * full ruby engine and version: `ruby -e 'puts RUBY_DESCRIPTION'`
* operating system and version * operating system and version
* version of fixme `ruby -e 'ruby -rubygems -e "require 'fixme'; puts Fixme::VERSION'` * version of amalgalite `ruby -rubygems -e "require 'amalgalite'; puts Amalgalite::VERSION"`
* as much detail about the bug as possible so I can replicated it. Feel free * as much detail about the bug as possible so I can replicate it. Feel free
to link in a [gist][] to link in a [gist][]
* **New Feature** * **New Feature**
* What the new feature should do. * What the new feature should do.
* What benefit the new feature brings to the project. * What benefit the new feature brings to the project.
* Fork the [repo][]. * Fork the [repo][].
* Create a new branch for your issue: `git checkout -b issue/my-issue` * Create a new branch for your issue: `git checkout -b issue/my-issue`
* Lovingly craft your contribution: * Lovingly craft your contribution:
* `rake develop` to get started, or if you prefer bundler `rake develop:using_bunder && bundle`. * `rake develop` to get started, or if you prefer bundler `rake develop:using_bundler && bundle`.
* `rake test` to run tests * `rake test` to run tests
* Make sure that `rake test` passes. Its important, I said it twice. * Make sure that `rake test` passes. It's important, I said it twice.
* Add yourself to the contributors section below. * Add yourself to the contributors section below.
* Submit your [pull request][]. * Submit your [pull request][].


# Contributors # Contributors


* Jeremy Hinegardner * [Jeremy Hinegardner](https://github.com/copiousfreetime)
* [Jos Backus](https://github.com/josb)
* [Alex Young](https://github.com/regularfry)
* [Michael Granger](https://github.com/ged)
* [Alex Young](https://github.com/bmalex)


[GitHub Account]: https://github.com/signup/free "GitHub Signup" [GitHub Account]: https://github.com/signup/free "GitHub Signup"
[GitHub Issues]: https://github.com/copiousfreetime/fixme/issues "Fixme Issues" [GitHub Issues]: https://github.com/copiousfreetime/amalgalite/issues "Amalgalite Issues"
[new issue]: https://github.com/copiousfreetime/fixme/issues/new "New Fixme Issue" [new issue]: https://github.com/copiousfreetime/amalgalite/issues/new "New Amalgalite Issue"
[gist]: https://gist.github.com/ "New Gist" [gist]: https://gist.github.com/ "New Gist"
[repo]: https://github.com/copiousfreetime/fixme "Fixme Repo" [repo]: https://github.com/copiousfreetime/amalgalite "Amalgalite Repo"
[pull request]: https://help.github.com/articles/using-pull-requests "Using Pull Requests" [pull request]: https://help.github.com/articles/using-pull-requests "Using Pull Requests"

0 comments on commit 4514ac0

Please sign in to comment.