Caltech Optical Observatories (COO) serves the Caltech astronomy community in the administration of Palomar Observatory and Caltech participation at Keck Observatory. COO also develops advanced optical and near-IR instrumentation for these and other observatories.
If you encounter a bug or have a feature suggestion, please open a new issue in the repository. Provide as much detail as possible, including:
- A clear title for the issue.
- Steps to reproduce the bug (if applicable).
- Any relevant screenshots or logs.
If you're new to GitHub, here’s a simple guide to help you contribute:
-
Sign Up for GitHub: If you don’t have an account, create one here.
-
Fork the Repository: Click on the “Fork” button at the top right of the repository page. This creates a copy of the repository in your account.
-
Clone Your Fork: Use the following command to clone your fork to your local machine:
git clone https://github.com/your-username/repository-name.git
- Create a New Branch: Before making changes, create a new branch:
git checkout -b your-name/feature
- Push your changes:
git push origin your-name/feature
- Open a Pull Request.
- Describe your changes and link any related issues.
Please update any documentation accordingly if you update any functionality.