Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Our software development follows some simple rules as best practices. Use the following topics and tasks as guideline and checklist.

Version control system

  •  Use Git. gitlab.awi.de
  •  Commit and push your daily work.
  •  Use Gitflow semantics to structure contributions aligned with tickets.
  •  Each repository must have a README.md markdown file in its root directory describing the project.
  •  Each repository must have a .gitignore file in its root directory defining files to exclude or force inclusion.

...