Sha256: bcd4b96639af71e53d2529ee2567e03ad2bb182dd7f1394b5f9b28687ba85a73

Contents?: true

Size: 467 Bytes

Versions: 3

Compression:

Stored size: 467 Bytes

Contents

# Contributing Guide

[![Gem Version](https://badge.fury.io/rb/extract_i18n.svg)](https://badge.fury.io/rb/extract_i18n)

## Workflow
- fork the repository and setup the environment
- create a new branch: `feature/xxx`, `fix/xxx`
- commit codes and tests to finish the feature or bug fix
- push to remote and create a pull request

## Environment setup
- use ruby version: 2.6
- install dependencies: `bundle install`
- make sure the test passed: `bundle exec rspec`

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
extract_i18n-0.7.2 CONTRIBUTING.md
extract_i18n-0.7.1 CONTRIBUTING.md
extract_i18n-0.7.0 CONTRIBUTING.md