Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: adding doc to inform of github dapr bot commands available in the repo #527

Merged
merged 13 commits into from
Sep 23, 2023
4 changes: 4 additions & 0 deletions daprdocs/content/en/js-sdk-contributing/js-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ Try to keep the first commit line short. This is harder to do using this commit
concise and if you need more space, you can use the commit body. Try to make sure that the commit
subject is clear and precise enough that users will know what change by just looking at the changelog.

## Github Dapr Bot Commands

Checkout the [daprbot documentation](https://docs.dapr.io/contributing/daprbot/) 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 issues to a user or group of users.

## Coding Rules

To ensure consistency throughout the source code, keep these rules in mind as you are working:
Expand Down
Loading