https://github.com/IPAC-SW/public-repo-template is a template for IPAC repos that are intended to be made public.
Complete guidelines and instructions for creating IPAC public repos are at: Open Sourcing Software.
To create a repo using this template:
- Use the form at https://github.com/organizations/IPAC-SW/repositories/new.
- Under "Configuration":
- "Choose visibility": choose "Private" for now. ISG will make the repo public after it's been approved.
- "Start with a template": choose "IPAC-SW/public-repo-template".
- "Include all branches": choose "Off".
Your new repo will contain a main branch with the following files, copied from the template:
README.md: This file. Remove the original contents and add information about your repo. Include a statement of the repo's purpose, any information a new user or contributor needs to get started, and a point of contact for support (e.g., email address or helpdesk link).LICENSE: BSD 3-Clause license describing what others can and can't do with the contents of the repo. This is required for legal purposes. Leave the file as-is.