Sha256: 7a3442f422f99c857dc8fb68f2023f57ac2ce35307d177b2c86808187d49cbee

Contents?: true

Size: 1.23 KB

Versions: 29

Compression:

Stored size: 1.23 KB

Contents

# Contributing

Caching is hard. Chances are that if some feature was left out, it was left out on purpose because it didn't make sense to cache in that way. This is used in production at Shopify so we are very opinionated about the types of features we're going to add. Please start the discussion early, before even adding code, so that we can talk about the feature you are proposing and decide if it makes sense in IdentityCache.

Types of contributions we welcome:

- Bug fixes
- Performance improvements
- Documentation and/or clearer interfaces


### How To Contribute

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Please keep the following in mind:

- Add a short entry to the "unreleased" section in [CHANGELOG.md](./CHANGELOG.md) describing your changes.
- Do not change `IdentityCache::VERSION`; this is done as part of the release process.


## Contributors

- Camilo Lopez (@camilo)
- Tom Burns (@boourns)
- Harry Brundage (@hornairs)
- Dylan Smith (@dylanahsmith)
- Tobias Lütke (@tobi)
- John Duff (@jduff)
- Francis Bogsanyi (@fbogsany)
- Arthur Neves (@arthurnn)

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
identity_cache-1.6.3 CONTRIBUTING.md
identity_cache-1.6.2 CONTRIBUTING.md
identity_cache-1.6.1 CONTRIBUTING.md
identity_cache-1.6.0 CONTRIBUTING.md
identity_cache-1.5.6 CONTRIBUTING.md
identity_cache-1.5.5 CONTRIBUTING.md
identity_cache-1.5.4 CONTRIBUTING.md
identity_cache-1.5.3 CONTRIBUTING.md
identity_cache-1.5.2 CONTRIBUTING.md
identity_cache-1.5.1 CONTRIBUTING.md
identity_cache-1.5.0 CONTRIBUTING.md
identity_cache-1.4.1 CONTRIBUTING.md
identity_cache-1.4.0 CONTRIBUTING.md
identity_cache-1.3.1 CONTRIBUTING.md
identity_cache-1.3.0 CONTRIBUTING.md
identity_cache-1.2.0 CONTRIBUTING.md
identity_cache-1.1.0 CONTRIBUTING.md
identity_cache-1.0.1 CONTRIBUTING.md
identity_cache-1.0.0 CONTRIBUTING.md
identity_cache-0.5.1 CONTRIBUTING.md