A template for all ECE USC Open Source project repos!
In our GitHub organization, @eceusc, we have a lot of repositories. Only a few of these repos are "project" repositories, meant specifically for an ECE USC Open Source Project (which are prefixed with project-
). We want to standardize a few things about these project repositories (e.g., README
structure, LICENSE
, CODE_OF_CONDUCT
, etc. So, this repo has a tool to do just that!
Everything you need is inside the /template
directory - this includes:
This is a simple skeleton of suggestions of what to put in your repository. Most of the sections are straightforward - About
, Getting Started
, Quick Demo
, Prerequisites
, etc.
This Code of Conduct is an adaptations of the Contributor Covenant, with the UC San Diego Principles of Community included as well.
As of now, just a simple MIT license.
To add these templates to your repo, on mac/linux use:
wget https://raw.githubusercontent.com/eceusc/project-template/master/template/README.md
wget https://raw.githubusercontent.com/eceusc/project-template/master/template/CODE_OF_CONDUCT.md
wget https://raw.githubusercontent.com/eceusc/project-template/master/template/LICENSE.md
Or, click these links for a direct download to your repo: