ROSE icon indicating copy to clipboard operation
ROSE copied to clipboard

Add contribution guide

Open nirs opened this issue 7 years ago • 0 comments

The guide should explain the recommend workflow:

  • Fork the project on github
  • Add upstream remote
  • How to send PR with multiple commits
    • squash mode - fixing review comments by adding more commits
    • rebase - amending the commits, keeping clean history
  • How to test changes before posing patches
  • How to write good commit messages
  • Project coding style (probably separate document)

nirs avatar Oct 25 '17 09:10 nirs