Sha256: 87b7dfdec331aacbc83c7549eec6e0cf7a6bc5670c952a892176825289940093

Contents?: true

Size: 1.12 KB

Versions: 18

Compression:

Stored size: 1.12 KB

Contents

## Contributing ##

While not required to contribute, we recommend [RVM](https://rvm.io/) to manage your rubies.

1. Read the [Contributor Code of Conduct](https://github.com/aasm/aasm/blob/master/CODE_OF_CONDUCT.md)
2. [Fork it](https://help.github.com/articles/about-forks/)
3. Clone the project `git clone git@github.com:[YOUR GITHUB USERNAME]/aasm.git`
4. `cd aasm`
5. Create your feature branch `git checkout -b my-new-feature`
6. Write tests for your changes (feature/bug)
7. Write your (feature/bugfix)
8. Install the dependencies `appraisal install`
9. Run the tests `appraisal rspec`
10. Commit your changes `git commit -am 'Added some feature'`
11. Push to the branch `git push origin my-new-feature`
12. Create new [Pull Request](https://help.github.com/articles/creating-a-pull-request/)

There are some option dependencies as well.

- [MongoDB server](https://www.mongodb.com/download-center)
- [Redis](https://redis.io/topics/quickstart)
- [DynamoDB (local)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html)

If we've missed something please open an [issue](https://github.com/aasm/aasm/issues/new)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
aasm-5.3.1 CONTRIBUTING.md
aasm-5.3.0 CONTRIBUTING.md
aasm-5.2.0 CONTRIBUTING.md
aasm-5.1.1 CONTRIBUTING.md
aasm-5.1.0 CONTRIBUTING.md
aasm-5.0.8 CONTRIBUTING.md
aasm-5.0.7 CONTRIBUTING.md
aasm-5.0.6 CONTRIBUTING.md
aasm-5.0.5 CONTRIBUTING.md
aasm-5.0.4 CONTRIBUTING.md
aasm-5.0.3 CONTRIBUTING.md
aasm-5.0.2 CONTRIBUTING.md
aasm-5.0.1 CONTRIBUTING.md
aasm-5.0.0 CONTRIBUTING.md
aasm-4.12.3 CONTRIBUTING.md
aasm-4.12.2 CONTRIBUTING.md
aasm-4.12.1 CONTRIBUTING.md
aasm-4.12.0 CONTRIBUTING.md