- DeepRiver v0.2.8,
Guideline
-
Creating a Team
- One member of your group must create a team in GitHub Classroom using the link above.
- The team name must match your group name on BB (for example, UG01 or PGTO1).
-
Joining the Team
- After the team is created, other members must join that same team using the same link.
- This provides a single shared repository for everyone in the group.
-
Preparing the Repository
- Once your group repository is ready, download the snapshot of your chosen open-source legacy software system.
- Push this downloaded snapshot as the first commit in your group repository.
Important Notes
- In the initial commit message, specify the original repository link and the commit ID of the snapshot you used.
- https://github.com/online-ml/deep-river
- online-ml/deep-river@cd44ddb
- cd44ddb2aff13a6b17cb6f13534c490ab108416f
- Do not start RE until after pushing this initial code to your group repository.
- All reengineering work must occur within your shared repository.
Commit Message
chore(init): import source from online-ml/deep-river@cd44ddb
Imported source code from the original repository:
https://github.com/online-ml/deep-river
Snapshot commit ID:
cd44ddb2aff13a6b17cb6f13534c490ab108416f
This sets up the initial project state based on the upstream project.