Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean tempus vitae velit vitae egestas. Fusce dictum dignissim nulla, a congue purus tincidunt euismod. Sed gravida eu mi vel euismod. Quisque vitae laoreet magna. Praesent hendrerit consectetur sem, vel accumsan nisl iaculis ut. Nulla mollis tellus arcu, vel pellentesque orci pharetra sed.
Everyone is welcome to contribute to the project.
To contribute follow the steps below:
git clone your-foked-repository
cd your-foked-repository
- Rename the file of ambient variables from .env.example to .env.
docker-compose up --build
docker-compose run --rm app bundle exec rake db:create db:migrate
docker-compose exec app bundle exec rspec
docker-compose up --build
git remote add upstream https://github.com/nonatojunior/want_to_help
git fetch upstream
git checkout master
git merge upstream/master
git checkout -b my-new-feature