Skip to content

Commit

Permalink
adding doc to inform of github dapr bot commands available on the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Esther Nwogu committed Sep 22, 2023
1 parent 28367ef commit 5d4c29c
Showing 1 changed file with 4 additions and 0 deletions.
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,9 @@ 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 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 All @@ -124,3 +127,4 @@ The `daprdocs` directory contains the markdown files that are rendered into the
- All rules in the [docs guide]({{< ref contributing-docs.md >}}) should be followed in addition to these.
- All files and directories should be prefixed with `js-` to ensure all file/directory names are globally unique across all Dapr documentation.

0 comments on commit 5d4c29c

Please sign in to comment.