Skip to content

Commit

Permalink
Merge branch 'specifications'
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jun 1, 2011
2 parents 0f6f3cf + 4fac580 commit e9c1374
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specifications/specification.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

1. All specifications must be in Markdown format.
1. All specifications must be physically wrapped at 72 columns.
1. All specifications must used an outline of numbered sentences so
that they can be easily referred to.
1. In Markdown format, all numbered points must be number 1 such
that they are easy to edit, diff, and patch.

23 changes: 23 additions & 0 deletions template/TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

To Do
=====

git checkout start-here
git checkout -b $SPEC
cp -r template $SPEC
cd $SPEC


1. README.md (synopsis, index, philosophy, prior art, references,
discussions, implementations)
1. specification.md (adhering to ../specification/specification.md)
1. tests/all.js (adhering to ../tests/specification.md)
1. notes.md (for implementors)
1. tutorial.md (for users)


Done
====



0 comments on commit e9c1374

Please sign in to comment.