From c1ee14100bda6972b9830e58a81b4169171cef45 Mon Sep 17 00:00:00 2001 From: Shubhdeep Singh Date: Fri, 21 Mar 2025 01:41:45 +0530 Subject: [PATCH] Improvement of dapr-doc (#1084) * Update java-contributing.md Signed-off-by: Shubhdeep Singh * Update CONTRIBUTING.md Signed-off-by: Shubhdeep Singh * Update CONTRIBUTING.md Co-authored-by: Cassie Coyle Signed-off-by: salaboy * Update daprdocs/content/en/java-sdk-contributing/java-contributing.md Co-authored-by: Cassie Coyle Signed-off-by: salaboy --------- Signed-off-by: Shubhdeep Singh Signed-off-by: salaboy Co-authored-by: Cassie Coyle Co-authored-by: salaboy Co-authored-by: Cassie Coyle --- CONTRIBUTING.md | 4 ++++ .../content/en/java-sdk-contributing/java-contributing.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96d60d929..f1a3561ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,6 +120,10 @@ A non-exclusive list of code that must be places in `vendor/`: **Thank You!** - Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute. +## 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 the issue to yourself. + ## Code of Conduct This project has adopted the [Contributor Covenant Code of Conduct](https://github.com/dapr/community/blob/master/CODE-OF-CONDUCT.md) diff --git a/daprdocs/content/en/java-sdk-contributing/java-contributing.md b/daprdocs/content/en/java-sdk-contributing/java-contributing.md index 2e2a4bd80..938f4d712 100644 --- a/daprdocs/content/en/java-sdk-contributing/java-contributing.md +++ b/daprdocs/content/en/java-sdk-contributing/java-contributing.md @@ -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 `java-` 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 run the `/assign` (as a comment on an issue) to assign the issue to yourself.