Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 1.62 KB

File metadata and controls

36 lines (22 loc) · 1.62 KB

Developement guidelines

If you contribute to this project please read the following guidelines first:

  1. Linting
  2. Commit
  3. Coding style
  4. Git Style
  5. Reviewing
  6. Project management
  7. GitHub actions
  8. Install python packages

Templates

Some templates are provided in doc/02_development/templates.

Use this class if you don't have much experience with python. If you just want to copy an empty class use template_class_no_comments.py.

If you just want to copy an empty class use this class.

This template functions a template for who to describe a component. IT should be contained in every component as Readme.md.

This template functions a template for who to build knowledge articles for everyone to understand. The basic structure should be kept for all articles. This template further contains a cheat sheet with the most useful markdown syntax.

This template functions a template for who to build knowledge articles for everyone to understand. The basic structure should be kept for all articles. This template is empty and can be used straight forward.