From d481b496736229651739ccc3e6ec280d9d7b7563 Mon Sep 17 00:00:00 2001 From: Antonia Heinen Date: Wed, 2 Dec 2020 17:02:29 +0100 Subject: [PATCH] Added spec to branch naming conventions --- BranchNamingConventions.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/BranchNamingConventions.md b/BranchNamingConventions.md index bccd1eb..0ad5fa0 100644 --- a/BranchNamingConventions.md +++ b/BranchNamingConventions.md @@ -20,14 +20,15 @@ A prefix to specify the project the new feature is done on. - CodeGeneration: `Cdg` - Compiler: `Cmp` - JsCompilationTemplate: `Jtm` +- Specification: `Spc` ## Part The part of the project that is modified. -| Analysis | CodeGeneration | Compiler | JsCompilationTemplate | -| ------------------------------------------------------------ | ---------------------------- | ------------------------- | ---------------------------- | -| Lexical analysis: `Lx`
Grammatical analysis: `Gr`
Semantical analysis: `Sm` | This part has to be omitted. | This part has to omitted. | This part has to be omitted. | +| Analysis | CodeGeneration | Compiler | JsCompilationTemplate | Specification | +| ------------------------------------------------------------ | ---------------------------- | ------------------------- | ---------------------------- | ---------------------------- | +| Lexical analysis: `Lx`
Grammatical analysis: `Gr`
Semantical analysis: `Sm` | This part has to be omitted. | This part has to omitted. | This part has to be omitted. | This part has to be omitted. | ## Describe feature