Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Following the format??
  • Loading branch information
weiw-w authored Aug 29, 2023
1 parent e1ea171 commit a71c882
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Team047-T47

This is a template for CS411 project repository. Please make sure that your title follows the convention: [TeamID]-[YourTeamName]. All TeamID should have a three digit coding (i.e. if you are team 20, you should have `team020` as your ID.). You should also make sure that your url for this repository is [fa23-cs411-team000-teamname.git] so TAs can correctly clone your repository and keep them up-to-date.

Once you setup your project, please remember to submit your team formation to the team form.

## Permission
You should make sure you allow TAs to access your repository. You can add TA(s) as a collaborator to your repository.

## Preparing for your release
Eash submission should be in it's own [release](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases). Release are specific freezes to your repository. You should submit your commit hash on canvas or google sheet. When tagging your stage, please use the tag `stage.x` where x is the number to represent the stage.

## Keeping things up-to-date
You should make sure you keep your project root files up-to-date. Information for each file/folders are explained.

## Code Contribution
Individual code contribution will be used to evaluate individual contribution to the project.

0 comments on commit a71c882

Please sign in to comment.