Sha256: 5d27df4e375298ebf28133f7c633b5b403fa9357521a1c5829727b0f0088c6d8

Contents?: true

Size: 919 Bytes

Versions: 8

Compression:

Stored size: 919 Bytes

Contents

# Contributing
Thanks for using and improving *ImmutableStruct*! If you'd like to help out, check out [the project's issues list](https://github.com/stitchfix/immutable-struct/issues) for ideas on what could be improved.  If there's an idea you'd like to propose, or a design change, feel free to file a new issue or send a pull request:

1. [Fork][fork] the repo.
1. [Create a topic branch.][branch]
1. Write tests.
1. Implement your feature or fix bug.
1. Add, commit, and push your changes.
1. [Submit a pull request.][pr]

[fork]: https://help.github.com/articles/fork-a-repo/
[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/
[pr]: https://help.github.com/articles/using-pull-requests/

## General Guidelines

* When in doubt, test it.  If you can't test it, re-think what you are doing.
* Code formatting and internal application architecture should be consistent.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
immutable-struct-2.4.1 CONTRIBUTING.md
immutable-struct-2.4.0 CONTRIBUTING.md
immutable-struct-2.3.0 CONTRIBUTING.md
immutable-struct-2.3.0.rc1 CONTRIBUTING.md
immutable-struct-2.2.3 CONTRIBUTING.md
immutable-struct-2.2.2 CONTRIBUTING.md
immutable-struct-2.2.1 CONTRIBUTING.md
immutable-struct-2.2.0 CONTRIBUTING.md