-
-
Notifications
You must be signed in to change notification settings - Fork 26
Governance
Suhaib Bin Younis edited this page Dec 23, 2025
·
1 revision
This repository employs strict governance models to ensure code quality and stability.
We use GitHub Repository Rulesets to protect the main branch.
- Direct Pushes: Blocked 🛑. Usage of Pull Requests is enforced.
- Force Pushes: Blocked 🛑. History is immutable.
- Deletion: Blocked 🛑.
We use a CODEOWNERS file to define ownership of the codebase.
-
Global Owner:
@suhaibbinyounis - Pull requests may require review from code owners depending on the policy.
- Create a feature branch (e.g.,
feat/my-feature). - Commit your changes.
- Push your branch to the repository.
- Open a Pull Request against
main. - Wait for review/CI (if applicable) and merge.