In a group of twos develop e feature from this repo and merge the feature to the develop branch.
- Establishing knowledge of basic git commands
- Team collaboration in small projects
- Getting familiar with Gitlow and Forking Workflow
- Fork the repo and create your own copy of this repository
- Clone your copy of the repo
- From
develop
branch create yourfeature/{feature-name}
branch - Develop the feature
- Add your names in contributors.txt
- Create a pull request from your
feature/{feature-name}
intodevelop
branch of this repo - Submit the link of the pull request in Moodle
- Feature development should consist of a small functionality in javascript
- It doesn't have to be anything complex
- Your code should we wrapped into a directory inside the src directory.
- There should also be a
README.md
that explains the feature. - NOTE: Both of the students should make changes into
README.txt
src
|_feature-name
|_app.js
...
|_README.md