From 330071d02b486a471b69705fdd2137794026c7da Mon Sep 17 00:00:00 2001 From: Shubhdeep Singh Date: Tue, 23 Jul 2024 23:40:53 +0530 Subject: [PATCH 1/8] Update dotnet-contributing.md Signed-off-by: Shubhdeep Singh --- .../content/en/dotnet-sdk-contributing/dotnet-contributing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md b/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md index a4e546ffa..de39c2e3f 100644 --- a/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md +++ b/daprdocs/content/en/dotnet-sdk-contributing/dotnet-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 `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 run the `/assign` (as a comment on an issue) to assign issues to a user or group of users. From 53d782048f8fe4e15a5dc1423fe7cfdd4ed641a8 Mon Sep 17 00:00:00 2001 From: Shubhdeep Singh Date: Tue, 23 Jul 2024 23:47:47 +0530 Subject: [PATCH 2/8] Update CONTRIBUTING.md Signed-off-by: Shubhdeep Singh --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f47877cbd..00424c357 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,3 +123,11 @@ 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 run the `/assign` (as a comment on an issue) to assign issues to a user or group of users. + + From 39f405f03c8b408b9e2505db7678504bb0310f08 Mon Sep 17 00:00:00 2001 From: Shubhdeep Singh Date: Fri, 26 Jul 2024 00:49:02 +0530 Subject: [PATCH 3/8] Update dotnet-contributing.md Signed-off-by: Shubhdeep Singh --- .../content/en/dotnet-sdk-contributing/dotnet-contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md b/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md index de39c2e3f..0d31bf047 100644 --- a/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md +++ b/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md @@ -24,4 +24,4 @@ The `daprdocs` directory contains the markdown files that are rendered into the ## 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 issues to a user or group of users. +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. From 460ad5f1f81e83463687a64557775eb916595b9e Mon Sep 17 00:00:00 2001 From: Shubhdeep Singh Date: Fri, 26 Jul 2024 00:50:15 +0530 Subject: [PATCH 4/8] Update CONTRIBUTING.md Signed-off-by: Shubhdeep Singh --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00424c357..3b9cf6fce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -128,6 +128,8 @@ This project has adopted the [Contributor Covenant Code of Conduct](https://gith ## 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 issues to a user or group of users. +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. + + From dd04f0d4f91dfff63724990df1c93685081dfd67 Mon Sep 17 00:00:00 2001 From: Shubhdeep Singh Date: Thu, 17 Oct 2024 00:09:08 +0530 Subject: [PATCH 5/8] Update daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md Co-authored-by: Mike Nguyen Signed-off-by: Shubhdeep Singh --- .../content/en/dotnet-sdk-contributing/dotnet-contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md b/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md index 0d31bf047..a95633a71 100644 --- a/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md +++ b/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md @@ -24,4 +24,4 @@ The `daprdocs` directory contains the markdown files that are rendered into the ## 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. +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. From 71d1e3dcb23cead657894cc6c2354299d73f5ba4 Mon Sep 17 00:00:00 2001 From: Shubhdeep Singh Date: Thu, 17 Oct 2024 00:11:08 +0530 Subject: [PATCH 6/8] Update CONTRIBUTING.md Co-authored-by: Mike Nguyen Signed-off-by: Shubhdeep Singh --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b9cf6fce..168f74899 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -128,7 +128,7 @@ This project has adopted the [Contributor Covenant Code of Conduct](https://gith ## 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. +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. From 371639fad7dbfd86e65e22cb94a59b903f8c97dd Mon Sep 17 00:00:00 2001 From: Shubhdeep Singh Date: Thu, 17 Oct 2024 00:11:20 +0530 Subject: [PATCH 7/8] Update CONTRIBUTING.md Co-authored-by: Simon Headley Signed-off-by: Shubhdeep Singh --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 168f74899..7712340a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -126,7 +126,7 @@ This project has adopted the [Contributor Covenant Code of Conduct](https://gith -## Github Dapr Bot Commands +## 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. From e49a4ee2dc13271b582c398aca0d5c7597444be1 Mon Sep 17 00:00:00 2001 From: Shubhdeep Singh Date: Thu, 17 Oct 2024 00:11:33 +0530 Subject: [PATCH 8/8] Update daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md Co-authored-by: Simon Headley Signed-off-by: Shubhdeep Singh --- .../content/en/dotnet-sdk-contributing/dotnet-contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md b/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md index a95633a71..6664191d6 100644 --- a/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md +++ b/daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md @@ -22,6 +22,6 @@ 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 +## 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.