This is the .github repository for the LabCAS software effort for the National Institutes of Standards and Technology, which defines the policies, various templates, default workflows, security reporting apparatus, etc., for all repositories for open-source software developed by the LabCAS-NIST team from the Jet Propulsion Laboratory and other institutions.
Inside are files and directories that are used to provide reasonable defaults for interaction of and operation with GitHub, which is used by LAbCAS-NIST software projects. These include:
- Code of Conduct defines our ethical standards.
- Code Owners Configuration tells GitHub how to assign reviewers to pull requests.
- Contributors' Guide tells how to contribute to our open-source projects.
- Security Reporter's Guide gives information on how to report security-related problems.
- The Apache License 2.0 is the open-source license we've adopted for all our projects.
- There's a Pull Request Template that gives code contributors a way to make sure they've dotted all the
is and crossed all thets. - And we have Issue Templates that give some default forms for filing issues against our repositories.