Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions docs/sdk_developers/code_of_conduct.md
Original file line number Diff line number Diff line change
@@ -0,0 +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 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

Comment thread
coderabbitai[bot] marked this conversation as resolved.
## 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](https://github.com/hiero-ledger/.github/blob/main/CODE_OF_CONDUCT.md).
Loading