nickKolya / pivorak-web-app

Rails App for PivorakMeetup

Home Page:http://pivorak.willbesoon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PivorakWebApp

master

Build Status codecov

development

Build Status codecov

Chat

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

About

class Pivorak
  def initialize
    #TODO -> Add README.md content
  end
end

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}", write tests, write code, compose nice commit message (you may use emoji) and push your branch to origin.
  4. Create merge request into development branch, add reviewers.
  5. Thank you!

About

Rails App for PivorakMeetup

http://pivorak.willbesoon


Languages

Language:Ruby 82.6%Language:HTML 12.9%Language:JavaScript 2.7%Language:CSS 1.7%