|
| 1 | +# Governance |
| 2 | + |
| 3 | +## Overview |
| 4 | + |
| 5 | +This project is governed by the following principles and structures to ensure transparent, inclusive, and effective decision-making. |
| 6 | + |
| 7 | +## Roles and Responsibilities |
| 8 | + |
| 9 | +### Maintainers |
| 10 | + |
| 11 | +Maintainers are responsible for: |
| 12 | +- Reviewing and merging pull requests |
| 13 | +- Managing releases and versioning |
| 14 | +- Ensuring code quality and standards |
| 15 | +- Triaging issues and bug reports |
| 16 | +- Community engagement and support |
| 17 | + |
| 18 | +### Contributors |
| 19 | + |
| 20 | +Contributors are expected to: |
| 21 | +- Follow the code of conduct |
| 22 | +- Submit well-documented pull requests |
| 23 | +- Write tests for new functionality |
| 24 | +- Maintain existing tests |
| 25 | +- Update documentation as needed |
| 26 | + |
| 27 | +## Decision Making |
| 28 | + |
| 29 | +### Minor Changes |
| 30 | +- Can be made by any maintainer |
| 31 | +- Include bug fixes, documentation updates, dependency updates |
| 32 | + |
| 33 | +### Major Changes |
| 34 | +- Require discussion in issues or pull requests |
| 35 | +- Include new features, architectural changes, API changes |
| 36 | +- Need approval from at least 2 maintainers |
| 37 | + |
| 38 | +### Breaking Changes |
| 39 | +- Require RFC (Request for Comments) process |
| 40 | +- Need approval from majority of maintainers |
| 41 | +- Must include migration guide |
| 42 | + |
| 43 | +## Code of Conduct |
| 44 | + |
| 45 | +All participants are expected to follow our Code of Conduct. Violations can be reported to the maintainers. |
| 46 | + |
| 47 | +## Communication |
| 48 | + |
| 49 | +- **Issues**: For bug reports and feature requests |
| 50 | +- **Discussions**: For questions and general discussion |
| 51 | +- **Pull Requests**: For code contributions |
| 52 | + |
| 53 | +## Licensing |
| 54 | + |
| 55 | +All contributions are made under the terms of the repository's LICENSE file. |
| 56 | +By submitting a pull request, you agree to license your contributions accordingly. |
| 57 | + |
| 58 | +--- |
| 59 | + |
| 60 | +*Last updated: 2026-07-18* |
0 commit comments