Need help with a UniverLab project? Start with the right channel below to get faster support.
| Channel | Best for | Typical response |
|---|---|---|
| GitHub Issues | Bugs, defects, regressions | < 48h |
| GitHub Discussions | Q&A, design conversations | < 72h |
| Security Advisory | Vulnerabilities (private) | < 48h |
| Maintainer email | Coordination or sensitive context | As available |
Primary maintainer contact: jheison.mb@gmail.com
If a production system is impacted:
- Open an issue labeled
critical - Describe impact, affected users, and urgency
- Share clear reproduction/workaround details
- Add logs or telemetry snapshots if available
Target response for critical incidents: under 1 hour.
Use this template:
## Expected behavior
## Actual behavior
## Steps to reproduce
1.
2.
3.
## Environment
- OS:
- Version:
- Command:
## Logs / stack traceHigh-quality reports reduce resolution time significantly.
Use Discussions or Issues (enhancement) and include:
- Problem statement
- Why current behavior is insufficient
- Proposed direction
- Alternatives and tradeoffs
We favor focused features that match each tool's scope.
Before opening a new question:
- Read the repository
README.md - Search existing issues/discussions
- Check project specs in
.agents/when available
Then open a discussion with context and what you already tried.
cargo install --force <project>
cargo cleanecho $PATH
~/.local/bin/<command> --versionrustup update
cargo clean
cargo buildIf unresolved, include rustc --version and full logs in your issue.
README.mdβ quick start and common workflowsCONTRIBUTING.mdβ development workflow and standardsSECURITY.mdβ vulnerability reporting and policy.agents/*β specs and implementation intent (if present)
| Level | Meaning |
|---|---|
| Full support | Active stable projects, fast response on defects |
| Best effort | Active development projects, reasonable response |
| Community-driven | Experimental/research tracks, contributor-led support |
If your issue is blocked:
- Comment with new evidence and what is blocked
- Request maintainer attention in-thread
- Escalate privately only for sensitive or urgent cases
Your question today often becomes tomorrow's documentation.