Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 520 Bytes

emse-manager

An application for managing Ideas of entrepreneurs applying the Scrum method.

###Way to contribute:

  1. Clone this repository https://github.com/marjanovic93/emse_manager.git
  2. Or if you already cloned it go to master branch with git checkout master and then git pull
  3. Create a new branch git checkout -b NAME_OF_THE_BRANCH NAME_OF_THE_BRANCH should look like "your_initials" + "/name-of-the-feature"
  4. Do some changes
  5. Then push the code git push
  6. Submit a pull request for review