Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 474 Bytes

File metadata and controls

12 lines (8 loc) · 474 Bytes

To help the rest of the community review your change, please ensure:

PR has a meaningful title

A good title is less than 50 characters and starts with a capital letter, similar to a good [Git Commit Message] (http://chris.beams.io/posts/git-commit/).

The commit message references a specific issue in this repo

Fixes/Implements #[Issue Number].

You have unit tests

if appropriate.