Sha256: 2c2ac5c9379f4c4b1deed28ec1e3f481caba0f7c2feb4bae5f01f1461e085455

Contents?: true

Size: 971 Bytes

Versions: 7

Compression:

Stored size: 971 Bytes

Contents

# Contributing

## Issues

If you want to request a feature or report a bug, please use the following template.

```markdown
## Description

[Add feature/bug description here]

## How to reproduce

[Add steps on how to reproduce this issue]

## What do you expect

[Describe what do you expect to happen]

## What happened instead

[Describe the actual results]

## Gem version:

Version: [Add gem version here]
```

## Writing code

Once you've made your great commits (include tests, please):

1. [Fork](http://help.github.com/forking/) the [original repository](http://github.com/dhyegofernando/active_admin-cep_auto_complete)
2. Create a topic branch - `git checkout -b my_branch`
3. Push to your branch - `git push origin my_branch`
4. [Create an Issue](http://github.com/dhyegofernando/active_admin-cep_auto_complete/issues) with a link to your branch
5. That's it!

Please respect the code style using [editorconfig](http://editorconfig.org/) in your text editor.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
active_admin-cep_auto_complete-0.2.5 CONTRIBUTING.md
active_admin-cep_auto_complete-0.2.4 CONTRIBUTING.md
active_admin-cep_auto_complete-0.2.3 CONTRIBUTING.md
active_admin-cep_auto_complete-0.2.2 CONTRIBUTING.md
active_admin-cep_auto_complete-0.2.1 CONTRIBUTING.md
active_admin-cep_auto_complete-0.2.0 CONTRIBUTING.md
active_admin-cep_auto_complete-0.1.0 CONTRIBUTING.md