Skip to content

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
plribeiro3000 committed Feb 5, 2015
1 parent f8633e7 commit 2479187
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 5 deletions.
1 change: 1 addition & 0 deletions .hound.yml
20 changes: 20 additions & 0 deletions .rubocop.yml
@@ -0,0 +1,20 @@
Metrics/LineLength:
Enabled: false

Style/EachWithObject:
Enabled: false

Style/Encoding:
EnforcedStyle: when_needed

Style/FormatString:
Enabled: false

Style/HashSyntax:
EnforcedStyle: hash_rockets

Style/SignalException:
EnforcedStyle: only_raise

Style/StringLiterals:
EnforcedStyle: double_quotes
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,18 @@
## Getting Involved

New contributors are always welcome, when it doubt please ask questions. We strive to be an open and welcoming community. Please be nice to one another.

### Coding

* Pick a task:
* Offer feedback on open [pull requests](https://github.com/plribeiro3000/jazz_fingers/pulls).
* Review open [issues](https://github.com/plribeiro3000/jazz_fingers/issues) for things to help on.
* [Create an issue](https://github.com/plribeiro3000/jazz_fingers/issues/new) to start a discussion on additions or features.
* Fork the project, add your changes and tests to cover them in a topic branch.
* Commit your changes and rebase against `plribeiro3000/jazz_fingers` to ensure everything is up to date.
* [Submit a pull request](https://github.com/plribeiro3000/jazz_fingers/compare/)

### Non-Coding

* Offer feedback on open [issues](https://github.com/plribeiro3000/jazz_fingers/issues).
* Organize or volunteer at events.
9 changes: 9 additions & 0 deletions CONTRIBUTORS.md
@@ -0,0 +1,9 @@
# Original Author
* Gopal Patel <nixme@stillhope.com>

# Contributors
* Andrew Volozhanin <linuxheadrus@gmail.com>
* Casey Lang <hello@casey-lang.com>
* Fernando Paredes <nano@fdp.io>
* Micah Gates <github@mgates.com>
* Paulo Henrique Lopes Ribeiro <plribeiro3000@gmail.com>
20 changes: 20 additions & 0 deletions LICENSE.md
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2014-2015 [CONTRIBUTORS.md](https://github.com/plribeiro3000/jazz_fingers/blob/master/CONTRIBUTORS.md)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -66,11 +66,6 @@ Separator string between the application name and line input. Defaults to `»`
for GNU readline or libedit. Defaults to `>` for `rb-readline` which fails on
mixed encodings.

## Contributing

Patches and bug reports are welcome. Just send a [pull request][pullrequests] or
file an [issue][issues]. [Project changelog][changelog].


[pry]: http://pry.github.com
[awesome_print]: https://github.com/michaeldv/awesome_print
Expand Down

0 comments on commit 2479187

Please sign in to comment.