How to contribute to quickstart scripts?

I have noticed some small changes that could be made to improve the quickstart scripts. Can I contribute to these some where?

HI @ryein

Thanks for your interest in Riva

Thanks for your extending help for contribution, we really appreciate,

Apologies, the Riva code base is internal ,

if you can share your changes/insights over a document (if possible), i can certainly take this up with Riva team and bring it up with them

Thanks

in riva_start.sh line 93 if you aren’t running tegra it doesn’t actually connect the ports properly at least on my distro.

so if you change the code to
docker_run_args="-p 8000:8000 -p 8001:8001 -p 8002:8002"

it works properly

Not sure if the devs are running their docker instances in another way that causes this issue, but if you run it as a normal user I had this issue.