From 5459592d1e7c40b53cf784d7dac313406899c677 Mon Sep 17 00:00:00 2001 From: Bhuvan Somisetty Date: Sun, 19 Apr 2026 16:57:17 +0530 Subject: [PATCH 1/4] docs: add code_of_conduct for python sdk Signed-off-by: Bhuvan Somisetty --- docs/sdk_developers/code_of_conduct.md | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/sdk_developers/code_of_conduct.md diff --git a/docs/sdk_developers/code_of_conduct.md b/docs/sdk_developers/code_of_conduct.md new file mode 100644 index 000000000..29ee21f68 --- /dev/null +++ b/docs/sdk_developers/code_of_conduct.md @@ -0,0 +1,39 @@ +# Code of Conduct + +## Overview +This document outlines the expected behavior for contributors to the Python SDK. +We aim to maintain a respectful, inclusive, and collaborative community. + +## Our Standards + +### Positive Behavior +- Be respectful and considerate in communication +- Provide constructive and professional feedback +- Collaborate openly and help others learn +- Stay focused on improving the project and community + +### Unacceptable Behavior +- Harassment, discrimination, or offensive language +- Personal attacks, trolling, or hostile behavior +- Spamming or posting irrelevant content +- Repeatedly ignoring maintainer guidance or contribution rules + +## Contribution Guidelines +- Follow project contribution and signing requirements +- Use clear, respectful language in issues and pull requests +- Respond to feedback constructively +- Do not take on more issues than you can reasonably handle + +## Communication +- Keep discussions relevant and productive +- Ask questions when unsure +- Be open to suggestions and improvements + +## Enforcement +Maintainers may take action in response to behavior that violates this code, including: +- Warning contributors +- Limiting participation +- Closing or removing contributions where necessary + +## Reference +For broader community expectations, refer to the Hiero community Code of Conduct if applicable. \ No newline at end of file From 0433d1171799ffc3140bbc1fa5b2d6e71c22a041 Mon Sep 17 00:00:00 2001 From: Bhuvan Somisetty Date: Sun, 19 Apr 2026 19:25:18 +0530 Subject: [PATCH 2/4] docs: improve code of conduct reference link formatting Signed-off-by: Bhuvan Somisetty --- docs/sdk_developers/code_of_conduct.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/sdk_developers/code_of_conduct.md b/docs/sdk_developers/code_of_conduct.md index 29ee21f68..536b72729 100644 --- a/docs/sdk_developers/code_of_conduct.md +++ b/docs/sdk_developers/code_of_conduct.md @@ -1,39 +1,47 @@ # Code of Conduct ## Overview + This document outlines the expected behavior for contributors to the Python SDK. We aim to maintain a respectful, inclusive, and collaborative community. ## Our Standards ### Positive Behavior + - Be respectful and considerate in communication - Provide constructive and professional feedback - Collaborate openly and help others learn - Stay focused on improving the project and community ### Unacceptable Behavior + - Harassment, discrimination, or offensive language - Personal attacks, trolling, or hostile behavior - Spamming or posting irrelevant content - Repeatedly ignoring maintainer guidance or contribution rules ## Contribution Guidelines -- Follow project contribution and signing requirements + +- Follow the project contribution workflow in `CONTRIBUTING.md` +- Sign commits using both GPG and DCO (see Quickstart Signing in `CONTRIBUTING.md`) - Use clear, respectful language in issues and pull requests - Respond to feedback constructively - Do not take on more issues than you can reasonably handle ## Communication + - Keep discussions relevant and productive - Ask questions when unsure - Be open to suggestions and improvements ## Enforcement + Maintainers may take action in response to behavior that violates this code, including: - Warning contributors - Limiting participation - Closing or removing contributions where necessary ## Reference -For broader community expectations, refer to the Hiero community Code of Conduct if applicable. \ No newline at end of file + +For broader community expectations, refer to the [Hiero Community Code of Conduct](https://github.com/hiero-ledger/.github/blob/main/CODE_OF_CONDUCT.md). \ No newline at end of file From e9af5875415e4ec922be1d4518a818e77b699653 Mon Sep 17 00:00:00 2001 From: Bhuvan Somisetty Date: Sun, 19 Apr 2026 23:20:31 +0530 Subject: [PATCH 3/4] fix: apply pre-commit formatting fixes Signed-off-by: Bhuvan Somisetty --- docs/sdk_developers/code_of_conduct.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk_developers/code_of_conduct.md b/docs/sdk_developers/code_of_conduct.md index 536b72729..f7a24cf44 100644 --- a/docs/sdk_developers/code_of_conduct.md +++ b/docs/sdk_developers/code_of_conduct.md @@ -44,4 +44,4 @@ Maintainers may take action in response to behavior that violates this code, inc ## Reference -For broader community expectations, refer to the [Hiero Community Code of Conduct](https://github.com/hiero-ledger/.github/blob/main/CODE_OF_CONDUCT.md). \ No newline at end of file +For broader community expectations, refer to the [Hiero Community Code of Conduct](https://github.com/hiero-ledger/.github/blob/main/CODE_OF_CONDUCT.md). From 30b947d429070d48f08f847ccadf6bd949d96fd3 Mon Sep 17 00:00:00 2001 From: Bhuvan Somisetty Date: Sun, 19 Apr 2026 23:26:19 +0530 Subject: [PATCH 4/4] docs: make CONTRIBUTING.md references clickable Signed-off-by: Bhuvan Somisetty --- docs/sdk_developers/code_of_conduct.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sdk_developers/code_of_conduct.md b/docs/sdk_developers/code_of_conduct.md index f7a24cf44..8febe3d78 100644 --- a/docs/sdk_developers/code_of_conduct.md +++ b/docs/sdk_developers/code_of_conduct.md @@ -23,8 +23,8 @@ We aim to maintain a respectful, inclusive, and collaborative community. ## Contribution Guidelines -- Follow the project contribution workflow in `CONTRIBUTING.md` -- Sign commits using both GPG and DCO (see Quickstart Signing in `CONTRIBUTING.md`) +- Follow the project contribution workflow in [CONTRIBUTING.md](../../CONTRIBUTING.md) +- Sign commits using both GPG and DCO (see [Quickstart Signing](../../CONTRIBUTING.md#quickstart-signing)) - Use clear, respectful language in issues and pull requests - Respond to feedback constructively - Do not take on more issues than you can reasonably handle