Thank you for your interest in contributing to GlobalRoot.
- Fork the repository.
- Create a branch from
main. - Make focused changes with clear commit messages.
- Run basic checks before opening a pull request:
python -m compileall -q .- Open a pull request using the template.
- Keep changes small and reviewable.
- Do not include secrets in code or commits.
- Keep user-facing text in English.
- Update docs when behavior changes.
- Prefer backward-compatible changes unless a breaking change is explicitly discussed.
- Code compiles and runs for the changed area.
- README/docs are updated when needed.
- Risky behavior changes are clearly documented.
- Security-sensitive changes include a short rationale.
Use the issue templates for bug reports and feature requests.