Sha256: 378487a7cda408441bc4b52b4a9354d34904bafa62001ce7672faea86f6bb9c1
Contents?: true
Size: 809 Bytes
Versions: 7
Compression:
Stored size: 809 Bytes
Contents
## Contributing Any contributions to SweetNotifications are welcome, whether they are feedback, bug reports, or - even better - pull requests. ## Submitting a Pull Request 1. [Fork the repository.][fork] 2. [Create a topic branch.][branch] 3. Add specs for your unimplemented feature or bug fix. 4. Run `bundle exec rake test`. If your specs pass, return to step 3. 5. Implement your feature or bug fix. 6. Run `bundle exec rake default`. If your specs fail, return to step 5. 7. Run `open coverage/index.html`. If your changes are not completely covered by your tests, return to step 3. 8. Add, commit, and push your changes. 9. [Submit a pull request.][pr] [fork]: http://help.github.com/fork-a-repo/ [branch]: http://learn.github.com/p/branching.html [pr]: http://help.github.com/send-pull-requests/
Version data entries
7 entries across 7 versions & 1 rubygems