COO-Utilities supoorts the development of astronomical instrumentation by hosting the low-level hardware communication module repositories.
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:
- Version of the software: branch name and 'git log' top commit hash
- Version of compiler (C, C++), interpreter (python) and OS
- A clear title for the issue.
- Steps to reproduce the bug (if applicable).
- Error messages, 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.
-
Clone the Repository: Use the following command to clone the repo to your local machine:
git clone https://github.com/C00-Utilities/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.