Skip to content

Commit

Permalink
Improvement of the dotnet-contributing files (dapr#1330)
Browse files Browse the repository at this point in the history
Add link about Dapr bot to contribution documentation
  • Loading branch information
Shubhdeep02 authored and humandigital-michiel committed Oct 23, 2024
1 parent d560dd2 commit d30909e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,13 @@ A non-exclusive list of code that must be places in `vendor/`:
## Code of Conduct

This project has adopted the [Contributor Covenant Code of Conduct](https://github.com/dapr/community/blob/master/CODE-OF-CONDUCT.md)



## 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 comment `/assign` on an issue to assign it to yourself.




Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ 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 `dotnet-` to ensure all file/directory names are globally unique across all Dapr documentation.

## 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 comment `/assign` on an issue to assign it to yourself.

0 comments on commit d30909e

Please sign in to comment.