Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Contributing

Allison Phillips edited this page Oct 3, 2019 · 3 revisions

Contributing

aws-broker is built and maintained by the eng team at Thanx. You're encouraged to submit pull requests, propose features, and discuss issues.

Fork the Project

Fork the project on Github and check out your copy.

git clone https://github.com/contributor/aws-broker.git
cd aws-broker
git remote add upstream https://github.com/thanx/aws-broker.git

Running Tests

bundle install
bundle exec rspec

...

Clone this wiki locally