Skip to content

Commit fa7d227

Browse files
committed
update submission instructions
1 parent eaf2fff commit fa7d227

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

SUBMISSIONS.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ submitting an assignment:
2222
so if you don't have `utilities.rkt` in the repo, we can't run your
2323
compiler!
2424

25+
* Create a `README` file that lists the members of your team.
26+
2527
* If you're implementing an assignment which requires typechecking, also
2628
provide a function named `typechecker`. Note that typechecking does NOT
2729
need to be one of your compiler passes! Our testing frameworks' functions
@@ -31,9 +33,9 @@ submitting an assignment:
3133
fed to your list of passes.
3234

3335
* If you are a undergraduate student who has implemented a challenge
34-
assignment for extra credit, include a `README` file that states you have
35-
done so. This helps the graders determine if we should look for this or
36-
not.
36+
assignment for extra credit, state that you have done so in the
37+
`README` file. This helps the graders determine if we should look
38+
for this or not.
3739

3840
You are also encouraged to put any other important info in a `README` file
3941
if you feel it is important for the graders to know (e.g., if you didn't

0 commit comments

Comments
 (0)