Skip to content

Commit

Permalink
Added a number of documentation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
djlambert committed Oct 19, 2015
1 parent 917aa15 commit 74f3091
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.1] - 2015-10-29
### Added
- Change log file to chronicle changes.
- TODO.md file.
- CONTRIBUTING.md file with guidelines.
- README.md file.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(this is a work in progress)

- Code formatting should follow PSR-2.
- Issues should include code and/or data to reproduce the issue.
- PR's for issues should include test(s) for issue.
- PR's should have adequate documentation (commit messages, comments, etc.) to readily convey what and/or why.
- Code should attempt to follow [Object Calisthenics](http://www.xpteam.com/jeff/writings/objectcalisthenics.rtf) methodology.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# creof/geo-parser

Doctrine2 pre-insert UUID id generator using PECL UUID (*nix) or COM (Windows)
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Usage documentation.

0 comments on commit 74f3091

Please sign in to comment.