This guide captures expectations for maintainers while DeepEye is in active development preview.
Review pull requests in this order:
- Security impact
- Behavior changes and regressions
- Test coverage
- Documentation updates
- Code style and maintainability
Security-sensitive areas include:
- authentication and cookies
- datasource credentials
- generated-code execution
- sandbox and Docker runtime control
- workflow artifact persistence
- preview routing
Before merging, the relevant subset of these checks should pass:
make check
make compose-configUse make security-scan when optional local scanners are installed.
Suggested labels:
type: bugtype: featuretype: docstype: securitytype: refactorarea: backendarea: frontendarea: corearea: docsgood first issuehelp wanted
- Keep
masterreleasable. - Delete merged work branches.
- Prefer short-lived feature branches.
- Avoid mixing dependency updates with unrelated feature work.
Do not discuss exploitable details in public issues or PRs. Use the repository security advisory flow or a private maintainer channel.