Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.05 KB

File metadata and controls

48 lines (32 loc) · 1.05 KB
name Bug report
about Report a bug in the STACKIT Python SDK
title
labels bug
assignees

Description

Please add a clear and concise description of what the bug is.

Steps to reproduce

# put your python example here
# ...
  1. Run ...
  2. ...

Actual behavior

Please describe the current behavior of the STACKIT Python SDK. Don't forget to add detailed information like error messages.

Expected behavior

Please describe the behavior which you would expect from the STACKIT Python SDK in that case.

Environment

  • OS:
  • Python version (see python --version): 3.X.X
  • Version of the Python STACKIT SDK:
# please run the following command to get the versions of the STACKIT Python SDK versions and add the output here in this code block

$ pip list | grep "stackit"

Additional information

Feel free to add any additional information here.