From b2c78e43f5783a46ed77e48c62d72c1a87e11167 Mon Sep 17 00:00:00 2001 From: KentHsu Date: Tue, 14 May 2024 16:08:38 +0800 Subject: [PATCH 1/2] doc: document that users can self-assign issues Signed-off-by: KentHsu --- .../content/en/python-sdk-contributing/python-contributing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daprdocs/content/en/python-sdk-contributing/python-contributing.md b/daprdocs/content/en/python-sdk-contributing/python-contributing.md index 3d68cde7f..5257b29d9 100644 --- a/daprdocs/content/en/python-sdk-contributing/python-contributing.md +++ b/daprdocs/content/en/python-sdk-contributing/python-contributing.md @@ -8,6 +8,10 @@ description: Guidelines for contributing to the Dapr Python SDK When contributing to the [Python SDK](https://github.com/dapr/python-sdk) the following rules and best-practices should be followed. +## 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. + ## Examples The `examples` directory contains code samples for users to run to try out specific functionality of the various Python SDK packages and extensions. When writing new and updated samples keep in mind: From 275ee08566b2a87a3c61f703422c816d18bcac7f Mon Sep 17 00:00:00 2001 From: KentHsu Date: Thu, 16 May 2024 14:39:15 +0800 Subject: [PATCH 2/2] doc: reorder paragraph and update CONTRIBUTING.md Signed-off-by: KentHsu --- CONTRIBUTING.md | 4 ++++ .../en/python-sdk-contributing/python-contributing.md | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62b340483..d173bd048 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 issues to a user or group of users. + ## 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/python-sdk-contributing/python-contributing.md b/daprdocs/content/en/python-sdk-contributing/python-contributing.md index 5257b29d9..24ed10efe 100644 --- a/daprdocs/content/en/python-sdk-contributing/python-contributing.md +++ b/daprdocs/content/en/python-sdk-contributing/python-contributing.md @@ -8,10 +8,6 @@ description: Guidelines for contributing to the Dapr Python SDK When contributing to the [Python SDK](https://github.com/dapr/python-sdk) the following rules and best-practices should be followed. -## 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. - ## Examples The `examples` directory contains code samples for users to run to try out specific functionality of the various Python SDK packages and extensions. When writing new and updated samples keep in mind: @@ -24,4 +20,8 @@ The `examples` directory contains code samples for users to run to try out speci The `daprdocs` directory contains the markdown files that are rendered into the [Dapr Docs](https://docs.dapr.io) website. When the documentation website is built this repo is cloned and configured so that its contents are rendered with the docs content. When writing docs keep in mind: - 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 `python-` to ensure all file/directory names are globally unique across all Dapr documentation. \ No newline at end of file + - All files and directories should be prefixed with `python-` 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. \ No newline at end of file