Sha256: ddac56b954a39ffcc89f53e35a193d35f3eb83052364a3067f9a340ecea7ef6d

Contents?: true

Size: 903 Bytes

Versions: 3

Compression:

Stored size: 903 Bytes

Contents

# Contributing to CSV Fast Importer

## Report a bug

You just found a bug and you want to report it? It's very simple, open a ticket
on [our bug tracker](https://github.com/sogilis/csv_fast_importer/issues). Use
the research bar to find similar tickets and to avoid duplicate tickets.

When you report a bug, please make sure to include useful information such as:

- version of Ruby
- which database was used and which version
- steps to reproduce the bug
- what you expected and what happened instead
- if you can, include the related CSV file

## Contribute to development

- Fork the project
- Create a new branch (e.g. `git checkout -b feature/my-awesome-feature master`)
- Make your changes and create a pull request against our master branch
- Check your commits are self-explanatory and are clear
- Check your code does not fail code linting nor tests
- Make sure to describe your pull request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
csv_fast_importer-1.2.0 CONTRIBUTING.md
csv_fast_importer-1.1.0 CONTRIBUTING.md
csv_fast_importer-1.0.0 CONTRIBUTING.md