Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.78 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.78 KB

Project Template

A template for all ECE USC Open Source project repos!

What is this?

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!

Usage

Everything you need is inside the /template directory - this includes:

README.md

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.

CODE_OF_CONDUCT.md

This Code of Conduct is an adaptations of the Contributor Covenant, with the UC San Diego Principles of Community included as well.

LICENSE.md

As of now, just a simple MIT license.

Adding to your repo

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: