Sha256: b1da8c00678d47884a07d7e5f32d6f722211136569ac1c944a5a1014408d1a49

Contents?: true

Size: 1.5 KB

Versions: 10

Compression:

Stored size: 1.5 KB

Contents

# Issue Guidelines

## Reporting bugs

If you found a bug, report an issue and describe what's the expected behavior versus what actually happens. If the bug causes a crash, attach a full backtrace. If possible, a reproduction script showing the problem is highly appreciated.

## Reporting feature requests

Report a feature request **only after discussing it first on [the discussion forum][1]** where it was accepted. Please provide a concise description of the feature, don't link to a discussion thread, and instead summarize what was discussed.

## Reporting questions, support requests, ideas, concerns etc.

**PLEASE DON'T** - use [the discussion forum][1] instead.

# Pull Request Guidelines

A Pull Request will only be accepted if it addresses a specific issue that was reported previously, or fixes typos, mistakes in documentation etc.

Other requirements:

1) Do not open a pull request if you can't provide tests along with it. If you have problems writing tests, ask for help in the related issue.
2) Follow the style conventions of the surrounding code. In most cases, this is standard ruby style.
3) Add API documentation if it's a new feature
4) Update API documentation if it changes an existing feature
5) Bonus points for sending a PR to [github.com/dry-rb/dry-rb.org](https://github.com/dry-rb/dry-rb.org) which updates user documentation and guides

# Asking for help

If these guidelines aren't helpful, and you're stuck, please post a message on [the discussion forum][1].

[1]: https://discourse.dry-rb.org/

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
dry-validation-0.13.3 CONTRIBUTING.md
dry-validation-0.13.2 CONTRIBUTING.md
dry-validation-0.13.1 CONTRIBUTING.md
dry-validation-0.11.2 CONTRIBUTING.md
dry-validation-0.12.3 CONTRIBUTING.md
dry-validation-0.13.0 CONTRIBUTING.md
dry-validation-0.12.2 CONTRIBUTING.md
dry-validation-0.12.1 CONTRIBUTING.md
dry-validation-0.12.0 CONTRIBUTING.md
dry-validation-0.11.1 CONTRIBUTING.md