Skip to content

Commit 6250885

Browse files
exploreriiiadityashirsatrao007Copilot
authored
docs: create team details (hiero-ledger#1184)
Signed-off-by: Aditya <[email protected]> Signed-off-by: exploreriii <[email protected]> Co-authored-by: Aditya <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 008b7a0 commit 6250885

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2727
- Fix inactivity bot execution for local dry-run testing.
2828
- Added Good First Issue candidate guidelines documentation (`docs/maintainers/good_first_issue_candidate_guidelines.md`) and Good First Issues guidelines documentation (`docs/maintainers/good_first_issues_guidelines.md`) (#1066)
2929
- Added documentation: "Testing GitHub Actions using Forks" (`docs/sdk_developers/training/testing_forks.md`).
30+
- Documentation: created docs/maintainers/hiero_python_sdk_team.md
3031
- Unified the inactivity-unassign bot into a single script with `DRY_RUN` support, and fixed handling of cross-repo PR references for stale detection.
3132
- Added unit tests for `SubscriptionHandle` class covering cancellation state, thread management, and join operations.
3233
- Refactored `account_create_transaction_create_with_alias.py` example by splitting monolithic function into modular functions: `generate_main_and_alias_keys()`, `create_account_with_ecdsa_alias()`, `fetch_account_info()`, `print_account_summary()` (#1016)
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Hiero Python SDK Team
2+
3+
The team at the Python SDK includes: triage, committer and maintainer members.
4+
5+
The Hiero Python SDK Team is responsible for the development, quality, and long-term maintenance of the Python SDK. The team is organized into three roles, each with increasing levels of responsibility and access.
6+
7+
GitHub IDs and names are provided as listed on GitHub.
8+
9+
## Triage Members
10+
11+
**Triage members** have read but not write access. Their responsibilities include: mentoring new starters, providing a preliminary review of pull requests, creating and labeling issues, and actively contributing code for the benefit of the Python SDK.
12+
13+
14+
| Name | GitHub ID |
15+
|---------------------|--------------------|
16+
| Emiliyan Kadiyski | @emiliyank |
17+
| MontyPokemon | @MonaaEid |
18+
| Accepaluni | @aceppaluni |
19+
| AntonioCeppellini | @AntonioCeppellini |
20+
| Sophie Bulloch | @exploreriii |
21+
| notsogod | @Adityarya11 |
22+
| Priyanshu | @tech0priyanshu |
23+
| Akshat | @Akshat8510 |
24+
| Nadine Loepfe | @nadineloepfe |
25+
26+
[View Triage Team on GitHub](https://github.com/orgs/hiero-ledger/teams/hiero-sdk-python-triage)
27+
28+
## Committer Members
29+
30+
**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.
31+
32+
| Name | GitHub ID |
33+
|-----------------|-----------------|
34+
| Hendrik Ebbers | @hendrikebbers |
35+
| Manish Dait | @manishdait |
36+
| Dosi Kolev | @Dosik13 |
37+
| Nadine Loepfe | @nadineloepfe |
38+
39+
[View Committer Team on GitHub](https://github.com/orgs/hiero-ledger/teams/hiero-sdk-python-committers)
40+
41+
## Maintainer Members
42+
43+
**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.
44+
45+
| Name | GitHub ID |
46+
|---------------|----------------|
47+
| Richard Bair | @rbair23 |
48+
| Sophie Bulloch | @exploreriii |
49+
| Nadine Loepfe| @nadineloepfe |
50+
51+
[View Maintainer Team on GitHub](https://github.com/orgs/hiero-ledger/teams/hiero-sdk-python-maintainers)
52+
53+
Read more at [MAINTAINERS.md](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/MAINTAINERS.md)

0 commit comments

Comments
 (0)