Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ We welcome blog posts! Whether you're sharing a tutorial, case study, or your ex
| [Setup](docs/sdk_developers/setup.md) | Fork, clone, install, configure |
| [Workflow](docs/sdk_developers/workflow.md) | Branching, committing, PRs |
| [Signing](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md) | GPG + DCO commit signing |
| [Checklist](docs/sdk_developers/checklist.md) | Pre-submission checklist |
| [Checklist](docs/sdk_developers/testing.md#testing-checklist-for-contributors) | Pre-submission checklist |
| [Rebasing](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/rebasing.md) | Keeping branch updated |
| [Merge Conflicts](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/merge_conflicts.md) | Resolving conflicts |
| [Types](docs/sdk_developers/types.md) | Python type hints |
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk_developers/pylance.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Before every PR:

* [Hiero SDK Contributing Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/CONTRIBUTING.md)

* [Hiero SDK CHANGELOG](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/CHANGELOG.md)
* [Hiero SDK Releases](https://github.com/hiero-ledger/hiero-sdk-python/releases)



Expand Down
6 changes: 0 additions & 6 deletions docs/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ GitHub IDs and names are provided as listed on GitHub.
| Mounil2005 | @Mounil2005 |
| cheese-cakee | @cheese-cakee |

[View Triage Team on GitHub](https://github.com/orgs/hiero-ledger/teams/hiero-sdk-python-triage)

## Committer Members

**Committer members** have write access. Their responsibilities include: creating and laddering issues to incrementally train developers, reviewing pull requests to ensure they meet project standards, and actively contributing code for the benefit of the Python SDK.
Expand All @@ -40,8 +38,6 @@ GitHub IDs and names are provided as listed on GitHub.
| Akshat | @Akshat8510 |
| Nadine Loepfe | @nadineloepfe |

[View Committer Team on GitHub](https://github.com/orgs/hiero-ledger/teams/hiero-sdk-python-committers)

## Maintainer Members

**Maintainer members** have special write access. Their responsibilities include: provide technical leadership for the SDK, provide leadership on the overall health and direction of the project to ensure it satisfies various scaling and stakeholder needs. They also ensure a welcoming and nourishing environment for all developers and community members, laddering issues, reviewing pull requests and actively contributing code for the benefit of the Python SDK.
Expand All @@ -52,6 +48,4 @@ GitHub IDs and names are provided as listed on GitHub.
| Sophie Bulloch | @exploreriii |
| Nadine Loepfe | @nadineloepfe |

[View Maintainer Team on GitHub](https://github.com/orgs/hiero-ledger/teams/hiero-sdk-python-maintainers)

Read more at [MAINTAINERS.md](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/MAINTAINERS.md)
Loading