Adds 'Goals' and overview

Ryan L McIntyre 2017-04-18 21:38:59 -04:00
parent 047c812af4
commit 7482b7703f

@ -2,9 +2,16 @@
<img src="https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-logo.png" alt="Nerd Fonts" />
</h1>
## KISS Workflow*
> This describes the overall workflow and release methodology for the Nerd Fonts project. For specifics see the [Development Guide][]
### Goals
- Keep contributor(s) barrier to entry as low as possible
- _"[Release early, release often][Release-early-release-often]"_
- [KISS (Keep it simple, stupid)][KISS]
### Overview
- `master` is basically the stable dev or nightly branch
@ -26,6 +33,11 @@ _*Based on [GitFlow][], [GitHub Flow][] and [a][gitflow-considered-harmful] [few
<!-- links -->
[Development Guide]: https://github.com/ryanoasis/nerd-fonts/wiki/Development-Guide
[Release-early-release-often]: https://en.wikipedia.org/wiki/Release_early,_release_often
[KISS]: https://en.wikipedia.org/wiki/KISS_principle
[GitFlow]: http://nvie.com/posts/a-successful-git-branching-model/
[GitHub Flow]: http://scottchacon.com/2011/08/31/github-flow.html
[gitflow-considered-harmful]: http://endoflineblog.com/gitflow-considered-harmful