When contributing to the Java 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 Java 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:
java-
to ensure all file/directory names are globally unique across all Dapr documentation.Checkout the daprbot documentation for Github commands you can run in this repo for common tasks. For example, you can run the /assign
(as a comment on an issue) to assign the issue to yourself.