/pivorak-web-app

Rails App for PivorakMeetup

Primary LanguageRuby

PivorakWebApp

PivorakWebApp

Build Status codecov Code Climate Issue Count

Chat

Join our slack chat! We have special #pivorak-web-app channel for contributors.

Git Branches

  • master - stable code, production deployment.
  • development - dev branch, staging deployment. Please checkout your new branch from it.

Contribution

  1. Detect which issue you want to resolve. Write comment about this and how you supposed to do this.
  2. Fork project (if you don't have permissions to push).
  3. Checkout new branch with name "#{issue_id}-#{add or fix or improve}-#{job-done-description}" (77-add-feature), write tests, write code, compose nice commit message "##{issue-id} commit message text"(#77 Add feature :tada: -> you may use emoji) and push your branch to origin.
  4. Create merge request into development branch, add reviewers.
  5. Thank you!

Services

  1. Travis CI
  2. Code Climate CLI