Sha256: 5b99c46a49da5434ad0c3a67e553072ba7ae46490a3c031875f62df0149d0727

Contents?: true

Size: 1.12 KB

Versions: 9

Compression:

Stored size: 1.12 KB

Contents

Contributing
============

Contributions to wright are greatly appreciated. Here's how you can
help.

Reporting issues
----------------

If you encounter any problems with wright, please take the time to
report them via the [issue tracker][github-issues].

[github-issues]: https://github.com/sometimesfood/wright/issues

- Make sure your problem has not already been reported.
- Explain how to reproduce your problem.
- Include your version of wright as well as your Ruby version and
  operating system.

Submitting pull requests
------------------------

- Fork the project.
- Open a new feature branch (`git checkout -b hackety-hack`).
- Write [proper commit messages][commit-messages].
- If you add new features, please add tests and make sure all tests
  are passing (`bundle exec rake test`).
- Please make sure that your code does not introduce any Rubocop
  warnings (`bundle exec rubocop`).
- Squash or rebase your commits if necessary.
- Open a [pull request][pull-requests].

[commit-messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
[pull-requests]: https://help.github.com/articles/using-pull-requests/

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wright-0.4.4 CONTRIBUTING.md
wright-0.4.3 CONTRIBUTING.md
wright-0.4.2 CONTRIBUTING.md
wright-0.4.1 CONTRIBUTING.md
wright-0.4.0 CONTRIBUTING.md
wright-0.3.2 CONTRIBUTING.md
wright-0.3.1 CONTRIBUTING.md
wright-0.3.0 CONTRIBUTING.md
wright-0.2.0 CONTRIBUTING.md