Sha256: 1292aa13be494802dec154b12633acb663cf12a9c900cc3d68e1fdde76b14b39

Contents?: true

Size: 940 Bytes

Versions: 18

Compression:

Stored size: 940 Bytes

Contents

## How to contribute

-   [Fork](https://help.github.com/articles/fork-a-repo) the [notifier on github](https://github.com/bugsnag/bugsnag-ruby)
-   Commit and push until you are happy with your contribution
-   Run the tests with and make sure they all pass

    ```
    rake spec
    ```

-   [Make a pull request](https://help.github.com/articles/using-pull-requests)
-   Thanks!


## How to release

If you're a member of the core team, follow these instructions for releasing bugsnag-ruby.

### First time setup

* Create a Rubygems account
* Get James/Simon to add you as contributor on bugsnag-ruby in Rubygems

### Every time

* Update `VERSION`
* Update `CHANGELOG.md`
* Update `README.md` if necessary
* Commit/push your changes

    ```
    git commit -am v2.X.X
    git push origin master
    ```

* Release to rubygems

    ```
    bundle exec rake release
    ```

* Update the version running in the bugsnag-website project

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
bugsnag-4.0.2 CONTRIBUTING.md
bugsnag-4.0.1 CONTRIBUTING.md
bugsnag-4.0.0 CONTRIBUTING.md
bugsnag-3.0.0 CONTRIBUTING.md
bugsnag-2.8.13 CONTRIBUTING.md
bugsnag-maglev--2.8.12 CONTRIBUTING.md
bugsnag-2.8.12 CONTRIBUTING.md
bugsnag-2.8.11 CONTRIBUTING.md
bugsnag-2.8.10 CONTRIBUTING.md
bugsnag-2.8.9 CONTRIBUTING.md
bugsnag-2.8.8 CONTRIBUTING.md
bugsnag-2.8.7 CONTRIBUTING.md
bugsnag-2.8.6 CONTRIBUTING.md
bugsnag-2.8.5 CONTRIBUTING.md
bugsnag-2.8.4 CONTRIBUTING.md
bugsnag-2.8.3 CONTRIBUTING.md
bugsnag-2.8.2 CONTRIBUTING.md
bugsnag-2.8.1 CONTRIBUTING.md