Sha256: ba30b7975872acf892a3614ac4f8ed407cf4dc23ecf83bfc77a2e68994ba4db5

Contents?: true

Size: 970 Bytes

Versions: 8

Compression:

Stored size: 970 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:

Browser version: [Add browser gem version here]

## Report

Visit <http://user-agent.herokuapp.com> and paste the URL here.
```

## Writing code

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

1. [Fork](http://help.github.com/forking/) browser
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/fnando/browser/issues) with a link to your branch
5. That's it!

Please respect the indentation rules and code style.
And use 2 spaces, not tabs. And don't touch the versioning thing.

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
browser-2.0.0.rc1 CONTRIBUTING.md
browser-1.1.0 CONTRIBUTING.md
browser2-1.0.0 CONTRIBUTING.md
browser-1.0.1 CONTRIBUTING.md
browser-1.0.0 CONTRIBUTING.md
browser-0.9.1 CONTRIBUTING.md
browser-0.9.0 CONTRIBUTING.md
browser-0.8.0 CONTRIBUTING.md