Skip to content

Commit

Permalink
Added spec to branch naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonia Heinen committed Dec 2, 2020
1 parent ca159c7 commit d481b49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions BranchNamingConventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`<br />Grammatical analysis: `Gr`<br />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`<br />Grammatical analysis: `Gr`<br />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

Expand Down

0 comments on commit d481b49

Please sign in to comment.