Source control
Software projects are hosted on github.
Unless there is a compelling reason, all repositories should be:
- under the gwu-libraries organization
- be public
- include the (MIT-style) STG license in the root directory, as LICENSE.txt (and optionally, an AUTHORS.txt)
- provide a README.md.
- provide an appropriate .gitignore.