From ecf669425ffdc51fe496100df4df009364ff742d Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Mon, 27 Jan 2025 17:07:36 +0100 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bd8c2a4..54639b5 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,13 @@ Features: * Python libraries: - Lark (for textual parsing) - Jinja2 (not a hard requirement, only for model-to-text transformation) + + +## Development + +The following branches exist: + + * `mde2425` - the branch containing a snapshot of the repo used for the MDE assignments 24-25. No breaking changes will be pushed here. After the re-exams (Sep 2025), this branch will be frozen. + * `master` - currently equivalent to `mde2425` (this is the branch that was cloned by the students). This branch will be deleted after Sep 2025, because the name is too vague. + * `cleaning` - in this branch, new development will occur, primarily cleaning up the code to prepare for next year's MDE classes. +