You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,10 @@ A non-exclusive list of code that must be places in `vendor/`:
120
120
121
121
**Thank You!** - Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute.
122
122
123
+
## Github Dapr Bot Commands
124
+
125
+
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 the issue to yourself.
126
+
123
127
## Code of Conduct
124
128
125
129
This project has adopted the [Contributor Covenant Code of Conduct](https://github.com/dapr/community/blob/master/CODE-OF-CONDUCT.md)
Copy file name to clipboardExpand all lines: daprdocs/content/en/java-sdk-contributing/java-contributing.md
+4
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,7 @@ The `daprdocs` directory contains the markdown files that are rendered into the
21
21
22
22
- All rules in the [docs guide]({{< ref contributing-docs.md >}}) should be followed in addition to these.
23
23
- All files and directories should be prefixed with `java-` to ensure all file/directory names are globally unique across all Dapr documentation.
24
+
25
+
## Github Dapr Bot Commands
26
+
27
+
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 the issue to yourself.
0 commit comments