Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Contribution_guide

Jonas Götz edited this page Jan 14, 2024 · 2 revisions

Standups

  • once a week
  • Monday 12pm
  • Plantroom
  • Agenda:
    • Only talk about things that would otherwise stop the progress of others
    • Talk about things you don't know how to solve

Dev environment

  • Follow steps from: https://github.com/Alphacharge/setup_docker_environment

  • after each login:

    • call your prep docker command that you defined during installation of above repo
  • Open repo in VS-Code

  • Message "reopen in devcontainer"

    • -> click open in devcontainer
    • if no message shows up
      • bottom left corner
      • reopen in devcontainer

Documentation

  • write proper documentation
    • large documentation for developers
    • short documentation in wiki -> link to large one
  • library should have documentation comments for better autocomplete

Clone this wiki locally