|
| 1 | +# Contributing to Beyond API Ruby Client |
| 2 | + |
| 3 | +We love pull requests from everyone. Here are some ways _you_ can contribute: |
| 4 | + |
| 5 | +* by using alpha, beta, and prerelease versions |
| 6 | +* by reporting bugs |
| 7 | +* by suggesting new features |
| 8 | +* by writing or editing documentation |
| 9 | +* by writing specifications |
| 10 | +* by writing code (**no patch is too small**: fix typos, add comments, clean up inconsistent whitespace) |
| 11 | +* by refactoring code |
| 12 | +* by closing [issues][] |
| 13 | +* by reviewing patches |
| 14 | + |
| 15 | +[issues]: https://github.com/ePages-de/beyond_api-ruby_client/issues |
| 16 | + |
| 17 | +## Submitting an Issue |
| 18 | + |
| 19 | +* We use the [GitHub issue tracker][issues] to track bugs and features. |
| 20 | +* Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. |
| 21 | +* When submitting a bug report, please include a [Gist][] that includes a stack trace and any details that may be necessary to reproduce the bug, including your gem version, Ruby version, and operating system. Ideally, a bug report should include a pull request with failing specs. |
| 22 | + |
| 23 | +[gist]: https://gist.github.com/ |
| 24 | + |
| 25 | +## Cleaning up issues |
| 26 | + |
| 27 | +* Issues that have no response from the submitter will be closed after 30 days. |
| 28 | +* Issues will be closed once they're assumed to be fixed or answered. If the maintainer is wrong, it can be opened again. |
| 29 | +* If your issue is closed by mistake, please understand and explain the issue. We will happily reopen the issue. |
| 30 | + |
| 31 | +## Submitting a Pull Request |
| 32 | + |
| 33 | +1. [Fork][fork] the [official repository][repo]. |
| 34 | +2. [Create a topic branch.][branch] |
| 35 | +3. Implement your feature or bug fix. |
| 36 | +4. Add, commit, and push your changes. |
| 37 | +5. [Submit a pull request.][pr] |
| 38 | + |
| 39 | +## Notes |
| 40 | + |
| 41 | +* Please don't update the Gem version. |
| 42 | + |
| 43 | +[repo]: https://github.com/ePages-de/beyond_api-ruby_client/tree/master |
| 44 | +[fork]: https://help.github.com/articles/fork-a-repo/ |
| 45 | +[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/ |
| 46 | +[pr]: https://help.github.com/articles/using-pull-requests/ |
| 47 | + |
| 48 | +Inspired by https://github.com/thoughtbot/factory_bot/blob/master/CONTRIBUTING.md |
0 commit comments