Sha256: 17567cc5134cbf421b05e9a7b932554d1bfccfa5051389e4aafbc608a920e8f4

Contents?: true

Size: 912 Bytes

Versions: 9

Compression:

Stored size: 912 Bytes

Contents

# Contributing

Types of contributions we welcome:

* Opening issue for bugs
* Bug fixes
* Documentation and/or clearer interfaces

## Proposing Features

The focus on this project is on providing a convenient way to access
the schema for code generators targetting different langauges.
Features that aren't relevant for this use case are less likely to
be merged. When in doubt, open an issue first to propose the issue
so that we can confirm that we are interested in a pull request to
implement it.

## How To Contribute

1. Fork the [repository in github](https://github.com/Shopify/graphql_schema)
2. Create your feature branch (`git checkout -b fix-feature`)
3. Commit your changes (`git commit -am 'fix: Summarize change'`)
3. Make sure all tests pass (`bundle exec rake`)
4. Push to the branch (`git push origin fix-feature`)
5. [Create new pull request](https://github.com/Shopify/graphql_schema/pulls)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
graphql_schema-0.1.8 CONTRIBUTING.md
graphql_schema-0.1.7 CONTRIBUTING.md
graphql_schema-0.1.6 CONTRIBUTING.md
graphql_schema-0.1.5 CONTRIBUTING.md
graphql_schema-0.1.4 CONTRIBUTING.md
graphql_schema-0.1.3 CONTRIBUTING.md
graphql_schema-0.1.2 CONTRIBUTING.md
graphql_schema-0.1.1 CONTRIBUTING.md
graphql_schema-0.1.0 CONTRIBUTING.md