Get support and provide feedback¶
DataMuru OSS is community-supported alpha software. The public project does not provide an uptime or response-time SLA.
Choose the correct channel¶
| Need | Channel |
|---|---|
| Documentation is unclear, missing, or incorrect | Documentation issue |
| Reproducible software defect | Bug report |
| Product or documentation proposal | Feature request |
| Security vulnerability or exposed credential | Private vulnerability report |
Use the Edit this page action on any documentation page for a direct documentation pull request.
Search before reporting¶
- Search the documentation and existing GitHub issues.
- Run
validate,doctor --output json, and the failing command again. - Compare the behavior with the current capability reference.
Include useful diagnostic information¶
Provide:
- DataMuru version from
python -m pip show datamuru; - operating system and Python version;
- command and redacted configuration shape;
- structured error code;
- expected and actual behavior;
- smallest reproducible example.
Do not provide tokens, customer data, personal email addresses, private workspace URLs, or account identifiers.
Documentation feedback standard¶
Explain:
- what goal you were trying to complete;
- which page or heading you used;
- where you became blocked or uncertain;
- what information would have resolved the problem.
This context is more actionable than saying that a page is confusing.