Skip to content

Commit 23e8df0

Browse files
authored
Improvement of the dotnet-contributing files (#1330)
Add link about Dapr bot to contribution documentation
1 parent aa8b0fd commit 23e8df0

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,13 @@ A non-exclusive list of code that must be places in `vendor/`:
123123
## Code of Conduct
124124

125125
This project has adopted the [Contributor Covenant Code of Conduct](https://github.com/dapr/community/blob/master/CODE-OF-CONDUCT.md)
126+
127+
128+
129+
## GitHub Dapr Bot Commands
130+
131+
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 comment `/assign` on an issue to assign it to yourself.
132+
133+
134+
135+

daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ The `daprdocs` directory contains the markdown files that are rendered into the
2121

2222
- All rules in the [docs guide]({{< ref contributing-docs.md >}}) should be followed in addition to these.
2323
- All files and directories should be prefixed with `dotnet-` 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 comment `/assign` on an issue to assign it to yourself.

0 commit comments

Comments
 (0)