Sha256: 465dd35f0d1a477038d430a9cd83c3d01790ca2a8f1f7a36a4d2154bc9d03f3a
Contents?: true
Size: 1.96 KB
Versions: 1
Compression:
Stored size: 1.96 KB
Contents
# Hi there! I see you are interested in contributing. That is wonderful. I love contributions. I guarantee that there are bugs in this software. And I guarantee that there is a feature you want that is not in here yet. As such, any and all bugs reports are gratefully accepted, bugfixes even more so. Helping out with bugs is the easiest way to contribute. ## The Quick Version * Have a [GitHub Account][]. * Search the [GitHub Issues][] and see if your issue already present. If so add your comments, :thumbsup:, etc. * Issue not there? Not a problem, open up a [new issue][]. * **Bug reports** please be as detailed as possible. Include: * full ruby engine and version: `ruby -e 'puts RUBY_DESCRIPTION'` * operating system and version * version of kjess `ruby -e 'ruby -rubygems -e "require 'kjess'; puts KJess::VERSION'` * as much detail about the bug as possible so I can replicated it. Feel free to link in a [gist][] * **New Feature** * What the new feature should do. * What benefit the new feature brings to the project. * Fork the [repo][]. * Create a new branch for your issue: `git checkout -b issue/my-issue` * Lovingly craft your contribution: * `rake develop` to get started, or if you prefer bundler `rake develop:using_bunder && bundle`. * `rake test` to run tests * Make sure that `rake test` passes. Its important, I said it twice. * Add yourself to the contributors section below. * Submit your [pull request][]. # Contributors * Jeremy Hinegardner [GitHub Account]: https://github.com/signup/free "GitHub Signup" [GitHub Issues]: https://github.com/copiousfreetime/kjess/issues "KJess Issues" [new issue]: https://github.com/copiousfreetime/kjess/issues/new "New KJess Issue" [gist]: https://gist.github.com/ "New Gist" [repo]: https://github.com/copiousfreetime/kjess "KJess Repo" [pull request]: https://help.github.com/articles/using-pull-requests "Using Pull Requests"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kjess-1.0.0 | CONTRIBUTING.md |