Skip to content

Instantly share code, notes, and snippets.

View marchershey's full-sized avatar

Marc Hershey marchershey

View GitHub Profile
@marchershey
marchershey / import-github-labels.js
Last active April 6, 2020 13:07 — forked from Isaddo/import-github-labels.js
import github labels via console command
[
{
"name": "-priority:critical",
"description": "An issue with critical priority",
"color": "ee0701"
},
{
"name": "-priority:high",
"description": "An issue with high priority",
"color": "f7f700"
@marchershey
marchershey / README-Template.md
Created April 9, 2018 10:18 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites