adding initial project admin infrastructure

* updating README.md
* adding CHANGELOG.md
* adding LICENSE.md
* adding CONTRIBUTING.md
This commit is contained in:
Brian Talbot
2017-01-20 15:04:40 -05:00
parent 1448f62a7d
commit c8c1b0a080
4 changed files with 144 additions and 1 deletions

21
CHANGELOG.md Normal file
View File

@@ -0,0 +1,21 @@
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
### Changed
### Fixed
---
## [0.1.0](https://github.com/FortAwesome/Font-Awesome-Pro/tree/v0.1.0) - 2017-01-20
### Added
* initial repo/project infrastructure
---