Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.22 KB

File metadata and controls

21 lines (15 loc) · 1.22 KB

Contributing to Codex CLI Remote Login Automator

First off, thank you for considering contributing to this script! It's people like you that make the open source community such a great place to learn, inspire, and create.

How Can I Contribute?

Reporting Bugs

If you find a bug or the script doesn't work for your specific OS/Environment, please open an issue using the Bug Report template. Include as much detail as possible (your OS, the remote OS, the exact command you ran, and the error output).

Suggesting Enhancements

Have an idea to make this script more robust or elegant? We'd love to hear it. Submit a Feature Request issue detailing what you want to achieve.

Pull Requests

  1. Fork the repo and create your branch from main.
  2. Ensure any new features or variables added follow the existing bash script style.
  3. Keep it simple: this is meant to be a zero-dependency, single-file bash script. Please do not add heavy dependencies unless absolutely necessary.
  4. Test your changes manually to ensure the SSH tunnel creates and tears down correctly.
  5. Create a Pull Request with a clear description of the problem and the solution.

Code of Conduct

Please be respectful and constructive in issues and pull requests.