-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: document that users can self-assign issues #712
Conversation
Signed-off-by: KentHsu <[email protected]>
Thanks Kent! I also think we should add the same paragraph in the |
@elena-kolevska instead of directly in the As for the docs, I agree with you on the order. |
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to the end of the docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
Signed-off-by: KentHsu <[email protected]>
I movedthe new paragraph to the end of python-contributing.md and decide to add the same paragraph in CONTRIBUTING.md. Please let me know if there are other documentations you want to update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks @KentHsu!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #712 +/- ##
==========================================
- Coverage 86.37% 86.35% -0.02%
==========================================
Files 79 82 +3
Lines 4094 4193 +99
==========================================
+ Hits 3536 3621 +85
- Misses 558 572 +14 ☔ View full report in Codecov by Sentry. |
* doc: document that users can self-assign issues Signed-off-by: KentHsu <[email protected]> * doc: reorder paragraph and update CONTRIBUTING.md Signed-off-by: KentHsu <[email protected]> --------- Signed-off-by: KentHsu <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]>
…Runtime & ext/fastapi,flask (#714) * Fix Holopin alias (#706) Signed-off-by: Marc Duiker <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]> * Add the support to pass user supplied actor_factory callable in ActorRuntime & ext/fastapi,flask Signed-off-by: Kapil Sachdeva <[email protected]> * chore - lint runtime.py & test_actor_factory.py Signed-off-by: Kapil Sachdeva <[email protected]> * Pin workflow SDK 0.4.1 in example (#715) * Pin workflow SDK 0.4.1 in example Signed-off-by: Bernd Verst <[email protected]> * fix workflow dev version Signed-off-by: Bernd Verst <[email protected]> * fix workflow example dependency Signed-off-by: Bernd Verst <[email protected]> --------- Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]> * doc: document that users can self-assign issues (#712) * doc: document that users can self-assign issues Signed-off-by: KentHsu <[email protected]> * doc: reorder paragraph and update CONTRIBUTING.md Signed-off-by: KentHsu <[email protected]> --------- Signed-off-by: KentHsu <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]> * Standardize README shield badges (#721) Signed-off-by: Pieter de Bruin <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]> * remove unneeded import Signed-off-by: Bernd Verst <[email protected]> --------- Signed-off-by: Marc Duiker <[email protected]> Signed-off-by: Kapil Sachdeva <[email protected]> Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: KentHsu <[email protected]> Signed-off-by: Pieter de Bruin <[email protected]> Co-authored-by: Marc Duiker <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Co-authored-by: Kent (Chia-Hao), Hsu <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Co-authored-by: Pieter de Bruin <[email protected]>
Description
Refer to js-sdk, informs users about the GitHub daprbot commands available in the repo with doc link.
Issue reference
Please reference the issue this PR will close: #602
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: