|
| 1 | +# Contributing |
| 2 | +In the spirit of [free software][free-sw], **everyone** is encouraged to help |
| 3 | +improve this project. |
| 4 | + |
| 5 | +[free-sw]: http://www.fsf.org/licensing/essays/free-sw.html |
| 6 | + |
| 7 | +Here are some ways *you* can contribute: |
| 8 | + |
| 9 | +* by using alpha, beta, and prerelease versions |
| 10 | +* by reporting bugs |
| 11 | +* by suggesting new features |
| 12 | +* by writing or editing documentation |
| 13 | +* by writing specifications |
| 14 | +* by writing code ( **no patch is too small** : fix typos, add comments, clean up inconsistent whitespace ) |
| 15 | +* by refactoring code |
| 16 | +* by closing [issues][] |
| 17 | +* by reviewing patches |
| 18 | + |
| 19 | +[issues]: https://github.com/codeship/codeship-ruby/issues |
| 20 | + |
| 21 | +## Submitting an Issue |
| 22 | +We use the [GitHub issue tracker][issues] to track bugs and features. Before |
| 23 | +submitting a bug report or feature request, check to make sure it hasn't |
| 24 | +already been submitted. When submitting a bug report, please include a [Gist][] |
| 25 | +that includes a stack trace and any details that may be necessary to reproduce |
| 26 | +the bug, including your gem version, Ruby version, and operating system. |
| 27 | +Ideally, a bug report should include a pull request with failing specs. |
| 28 | + |
| 29 | +[gist]: https://gist.github.com/ |
| 30 | + |
| 31 | +## Submitting a Pull Request |
| 32 | +1. [Fork the repository.][fork] |
| 33 | +2. [Create a topic branch.][branch] |
| 34 | +3. Implement your feature or bug fix. |
| 35 | +4. Add, commit, and push your changes. |
| 36 | +5. [Submit a pull request.][pr] |
| 37 | + |
| 38 | +[fork]: http://help.github.com/fork-a-repo/ |
| 39 | +[branch]: http://learn.github.com/p/branching.html |
| 40 | +[pr]: http://help.github.com/send-pull-requests/ |
| 41 | + |
| 42 | +This file was taken from https://github.com/middleman/middleman-heroku/blob/master/CONTRIBUTING.md |
0 commit comments