Sha256: a05d619cbe53cdef9eace6e4474ba44733c80d80ce974d2387753d6398f80abe

Contents?: true

Size: 1.33 KB

Versions: 19

Compression:

Stored size: 1.33 KB

Contents

# Contributing

First, thanks for wanting to contribute. You’re awesome! :heart:

## Help

We’re not able to provide support through GitHub Issues. If you’re looking for help with your code, try posting on [Stack Overflow](https://stackoverflow.com/).

All features should be documented. If you don’t see a feature in the docs, assume it doesn’t exist.

## Bugs

Think you’ve discovered a bug?

1. Search existing issues to see if it’s been reported.
2. Try the `master` branch to make sure it hasn’t been fixed.

```rb
gem "seo_cache", github: "floXcode/seo_cache"
```

If the above steps don’t help, create an issue. Include:

- Detailed steps to reproduce
- Complete backtraces for exceptions

## New Features

If you’d like to discuss a new feature, create an issue and start the title with `[Idea]`.

## Pull Requests

Fork the project and create a pull request. A few tips:

- Keep changes to a minimum. If you have multiple features or fixes, submit multiple pull requests.
- Follow the existing style. The code should read like it’s written by a single person.

Feel free to open an issue to get feedback on your idea before spending too much time on it.

---

This contributing guide is released under [CCO](https://creativecommons.org/publicdomain/zero/1.0/) (public domain). Use it for your own project without attribution.

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
seo_cache-0.19.0 CONTRIBUTING.md
seo_cache-0.18.0 CONTRIBUTING.md
seo_cache-0.17.0 CONTRIBUTING.md
seo_cache-0.16.0 CONTRIBUTING.md
seo_cache-0.15.0 CONTRIBUTING.md
seo_cache-0.14.0 CONTRIBUTING.md
seo_cache-0.13.0 CONTRIBUTING.md
seo_cache-0.12.0 CONTRIBUTING.md
seo_cache-0.11.0 CONTRIBUTING.md
seo_cache-0.10.0 CONTRIBUTING.md
seo_cache-0.9.0 CONTRIBUTING.md
seo_cache-0.8.0 CONTRIBUTING.md
seo_cache-0.7.0 CONTRIBUTING.md
seo_cache-0.6.0 CONTRIBUTING.md
seo_cache-0.5.0 CONTRIBUTING.md
seo_cache-0.4.0 CONTRIBUTING.md
seo_cache-0.3.0 CONTRIBUTING.md
seo_cache-0.2.0 CONTRIBUTING.md
seo_cache-0.1.0 CONTRIBUTING.md