LASP GitHub Organization
LASP has a public-facing GitHub organization, which can be used as an umbrella source for any open source repositories under LASP. We prefer to keep open source projects under a general LASP umbrella where it makes sense, so this project is not restricted to specific projects or maturity. However, projects under this heading do need to follow a few rules.
General Guidelines
All repositories and maintainers should abide by the following rules:
Repositories must have at least one admin maintainer who actively works at LASP
Repositories and contributors should follow the Code of Conduct
Repositories must include a
LICENSEfile and aREADME.mdfileRepository names should be clear, specific, and unique within the organization
GitHub Organization Maintainers
The GitHub at LASP Open Source Stewards (GLOSS) is a committee of volunteers committed to helping those at LASP with open source project management. This committee consists of volunteers that have agreed to answer questions, set up GitHub repositories within the LASP organization, and support open source projects within LASP.
GLOSS Requirements
Assist with answering questions in slack or via email about open source project management, open source tools, and the LASP GitHub organization
Members should be experienced with Github project management
Create open source projects under the LASP GitHub Organization
Help ensure all projects follow the guidelines laid out in the LASP GitHub Organization rules
Help ensure all projects and maintainers follow the LASP open source Code of Conduct
Current Members
Maxine Hartnett
Keira Brooks
Matthew Bourque
Rita Borelli
If you are interested in joining GLOSS, please reach out to the #open-source Slack channel or email a current
maintainer.
How to create a repository under the LASP GitHub Organization
To create a repository within the organization, you must send a message to the Slack channel #open-source or email one
of the maintainers with the following information:
Repository name
Initial maintainer(s)
Repository description
By default, repositories are expected to be public. If you want to create a private repo, please reach out for an exception. Repositories will be created with the LASP template.
Repository Requirements
All repositories are required to contain the following files:
LICENSEThis license must be an MIT license with a copyright to the University of Colorado as follows:
Copyright (c) 202x The Regents of the University of Colorado
README.mdThis should include a basic description of your project at minimum, although we also encourage installation notes, a user guide, contributor guide, and any other information that someone using your project would want to know.
Beyond those requirements, repository management is up to the individual. However, the #open-source channel is
available for anyone with questions about best practices, repository management, releasing projects, or anything related
to open source development.
Acronyms
GLOSS = GitHub at LASP Open Source Stewards
Credit: Content taken from a Confluence guide written by Maxine Hartnett