Sha256: 2de9a9e52b3c737939e80681bc4ea04be07e884c1b03b1e5e2fb742cce81ff7b

Contents?: true

Size: 1.4 KB

Versions: 35

Compression:

Stored size: 1.4 KB

Contents

Contributing
============

We love pull requests. Here's a quick guide.

Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.

Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.

Fork, then clone the repo:

```
git clone git@github.com:your-username/asana_exception_notifier.git
```

Start a feature/bugfix branch.

Set up your machine:

```
bundle install
```

Make sure the tests pass:

```
bundle exec rake
```

Make your change. Add tests for your change. Make the tests pass:

```
bundle exec rake
```

Push to your fork and [submit a pull request](https://github.com/bogdanRada/asana_exception_notifier/compare).

At this point you're waiting on us. We like to at least comment on pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted:

-	Write tests.
-	Try to follow this [style guide](https://github.com/thoughtbot/guides/tree/master/style).
-	Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).

Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
asana_exception_notifier-2.2.0 CONTRIBUTING.md
asana_exception_notifier-2.1.0 CONTRIBUTING.md
asana_exception_notifier-2.0.2 CONTRIBUTING.md
asana_exception_notifier-2.0.1 CONTRIBUTING.md
asana_exception_notifier-2.0.0 CONTRIBUTING.md
asana_exception_notifier-1.1.0 CONTRIBUTING.md
asana_exception_notifier-1.0.2 CONTRIBUTING.md
asana_exception_notifier-1.0.1 CONTRIBUTING.md
asana_exception_notifier-1.0.0 CONTRIBUTING.md
asana_exception_notifier-0.8.0 CONTRIBUTING.md
asana_exception_notifier-0.7.0 CONTRIBUTING.md
asana_exception_notifier-0.6.0 CONTRIBUTING.md
asana_exception_notifier-0.5.0 CONTRIBUTING.md
asana_exception_notifier-0.4.0 CONTRIBUTING.md
asana_exception_notifier-0.3.8 CONTRIBUTING.md
asana_exception_notifier-0.3.7 CONTRIBUTING.md
asana_exception_notifier-0.3.6 CONTRIBUTING.md
asana_exception_notifier-0.3.5 CONTRIBUTING.md
asana_exception_notifier-0.3.4 CONTRIBUTING.md
asana_exception_notifier-0.3.3 CONTRIBUTING.md