From 4b1115bb8e1a6fbffe8aabc4f961f55ed7bed194 Mon Sep 17 00:00:00 2001 From: voidcaller <a.soeyler@fu-berlin.de> Date: Tue, 19 Apr 2022 19:18:43 +0200 Subject: [PATCH] added explanation how to use this repo --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index e69de29..7913c37 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,23 @@ +# ALP4 repository template + +Use this template for the course ALP4. + +## How To + +* fork this repository +* add teaching assistant (TA) and your peers to this repository. +* give TA reporter role and your peers maintainer (or developer) +* for every exercise, checkout either the *c-example* or the *java-example* + branch and name the new branch accordingly + +## Submission + +In Whiteboard, add the corresponding commit hash in the comment field of the +exercise. + +Keep in mind this is specific to the course in Summer 2022! + +## Contributions + +Feel free to open issues or submit merge requests for changes. Also you could +fork this to prepare templates for other courses. -- GitLab