Thanks for helping improve Relmio. Pull requests, focused bug reports, documentation fixes, and careful security feedback are welcome.
- Read the README, approved scope, and security guidance.
- Do not include OAuth credentials, passwords, private keys, live wizard URLs, real VPS addresses, or screenshots containing account or infrastructure details.
- Keep the repository's safety boundary intact: the wizard must not edit, rebuild, restart, stop, recreate, or remove the existing n8n deployment.
Use Node.js 22 or newer and the pinned npm version from package.json:
npm ci --ignore-scripts
npm run checkUse npm run preview for sanitized browser screenshots. Preview mode must
never open a live ChatGPT sign-in or connect to a real VPS.
- Fork the repository and create a focused branch.
- Make the smallest complete change that solves the issue.
- Add or update tests and documentation for user-visible behavior.
- Run
npm run check,npm audit --audit-level=high, andnpm pack --dry-run. - Describe the user impact, safety implications, tests, and any follow-up work in the pull request.
Maintainers may request a smaller diff, additional evidence, or changes to protect the sidecar-only safety guarantee. Release and npm publishing work is performed by maintainers after the version, changelog, package, and Git history have been reviewed.
Use a focused issue for reproducible bugs or documentation improvements. For security concerns, follow Security and limitations and do not disclose secrets or exploit details in a public issue.