Sha256: 9b04a1e5b2cc5ff80ddb9df892ef5fa193f4b87f5ec70a5d1c0b6ab717d533b6

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

# Contribuing Guide

Contributions to this project are welcome. If you have an idea for a bigger change, [open an issue first](https://github.com/brettchalupa/graphql-docs/issues/new/choose) and we can discuss it.

For fixes and small additions, follow the steps below to get developing and contributing:

1. Fork & clone the repository in GitHub
2. Run the `bin/setup` script to install development dependencies
3. Work on a branch
4. Make changes
5. Ensure tests pass by running `bin/rake`
6. Commit your changes, this project follows [the Conventional Commits spec](https://www.conventionalcommits.org/en/v1.0.0/)
7. Open up a pull request

## Finding Issues

- Good First Issue — If you're new to the project or Ruby, check out the ["good first issue" tag](https://github.com/brettchalupa/graphql-docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). They're smaller, approachable issues if you're just getting started.
- Web — tasks that don't require much Ruby knowledge but require HTML and CSS have the ["web" tag](https://github.com/brettchalupa/graphql-docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22web%22+)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
graphql-docs-5.1.0 CONTRIBUTING.md
graphql-docs-5.0.0 CONTRIBUTING.md
graphql-docs-4.0.0 CONTRIBUTING.md