-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
teaching: Add collaboration guideline for SO2 assignments #316
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks awesome. Thanks, @dbaluta . Please see my minor typo fix and then merge it.
4. Split the work inside the team | ||
--------------------------------- | ||
|
||
Add `TODOs` with each team memeber tasks. Try to split the work evenly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add `TODOs` with each team memeber tasks. Try to split the work evenly. | |
Add `TODOs` with each team member tasks. Try to split the work evenly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
This documents serves as a guideline for working inside a team. It encourages members to use git and PR, work on a common design, split the work into smaller tasks and then doing peer review. The final result should be the code together with git history logs. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This documents serves as a guideline for working inside a team.
It encourages members to use git and PR, work on a common design,
split the work into smaller tasks and then doing peer review.
The final result should be the code together with git history logs.
Signed-off-by: Daniel Baluta daniel.baluta@nxp.com