Skip to content

KMPgroup/coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KMP coding know-hows

Workflow

Start

Branches

  • master - stable, production server code
  • staging - stable, testing server code
  • dev - development branch, all new features should be pulled here

When you want to change the code, always create a new, local, branch out of the dev branch. The branch name should reference the issue/task it concerns. For example 123-refactor-authentication-logic would point to #123 Refactor authentication logic.

When you are done with your code, run the tests, and make sure they pass, check coverage and run rails_best_practices. Then and only then, create a pull request to the dev branch.

Guides

Rails

CSS

About

Coding practices and guides used in KMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •