When contributing to the Python SDK the following rules and best-practices should be followed.
The examples
directory contains code samples for users to run to try out specific functionality of the various Python SDK packages and extensions. When writing new and updated samples keep in mind:
The daprdocs
directory contains the markdown files that are rendered into the Dapr Docs website. When the documentation website is built this repo is cloned and configured so that its contents are rendered with the docs content. When writing docs keep in mind:
python-
to ensure all file/directory names are globally unique across all Dapr documentation.