Sha256: a1fad2a7099bc0cba673e8234e32dba2d4333bc6a1470d7ae007b158cb417382
Contents?: true
Size: 1.93 KB
Versions: 1
Compression:
Stored size: 1.93 KB
Contents
# How to Contribute We very much welcome contributions to Wisper. ## Getting started Please first check the existing [Issues](https://github.com/krisleech/wisper/issues) and [Pull Requests](https://github.com/krisleech/wisper/pulls) to ensure your issue has not already been discused. ## Bugs Please submit a bug report to the issue tracker, with the version of Wisper and Ruby you are using and a small code sample (or better yet a failing test). ## Features Please open an issue with your proposed feature. We can discuss the feature and if it is acceptable we can also discuss implimentation details. You will in most cases have to submit a PR which adds the feature. We also have a [Gitter channel](https://gitter.im/krisleech/wisper). Wisper is a micro library and will remain lean. Some features would be most appropriate as an extension to Wisper. ## Questions Try the [Wiki](https://github.com/krisleech/wisper/wiki) first, the examples and how to sections have lots of information. Please ask questions on StackOverflow, [tagged wisper](https://stackoverflow.com/questions/tagged/wisper). Feel free to ping me the URL on [Twitter](https://twitter.com/krisleech). We also have a [channel on Gitter](https://gitter.im/krisleech/wisper). ## Pull requests * Fork the project, create a new branch from `v1` or `master`. * Squash commits which are related. * Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) * Documentation only changes should have `[skip ci]` in the commit message * Follow existing code style in terms of syntax, indentation etc. * Add an entry to the CHANGELOG * Do not bump the VERSION, but do indicate in the CHANGELOG if the change is not backwards compatible. * Issue a Pull Request ## Versions The `v1` branch is a long lived branch and you should branch from this if you wish to fix an issue in version `~> 1.0`. The `master` branch will target the next version of Wisper.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wisper-2.0.0.rc1 | CONTRIBUTING.md |