An application for managing Ideas of entrepreneurs applying the Scrum method.
###Way to contribute:
- Clone this repository
https://github.com/marjanovic93/emse_manager.git
- Or if you already cloned it go to
master
branch withgit checkout master
and thengit pull
- Create a new branch
git checkout -b NAME_OF_THE_BRANCH
NAME_OF_THE_BRANCH should look like "your_initials" + "/name-of-the-feature" - Do some changes
- Then push the code
git push
- Submit a pull request for review