Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 743 Bytes

File metadata and controls

29 lines (20 loc) · 743 Bytes

Contributing

Thanks for helping improve the OpenClaw Railway Template.

Where to ask questions / get help

Reporting bugs

Please include:

  1. Railway logs around the failure
  2. The output of:
    • GET /healthz
    • GET /setup/api/debug (after authenticating to /setup)
  3. Your Railway settings relevant to networking:
    • Public Networking enabled?
    • Domain target port set to 8080?

Pull requests

  • Keep PRs small and focused (one fix per PR)
  • Run locally:
    • pnpm lint
    • pnpm test

If you’re making Dockerfile changes, please explain why they’re needed and how you tested.