Skip to content
This repository has been archived by the owner on Dec 31, 2017. It is now read-only.

Commit

Permalink
Contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Jul 8, 2014
1 parent 58d8417 commit 158362c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Are you about to submit a pull request to make the master branch “comply” with ISO-8601?

Stop stop stop stop stop stop! **Read the README!** ES5 does not implement the full ISO-8601 standard!
Use the [LAX branch](https://github.com/csnover/js-iso8601/tree/lax)!

# Anything else

Contribute away!
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ECMAScript revision 5 adds native support for simplified [ISO 8601](http://en.wi
`Date.parse` method, but some browsers currently on the market (Safari 5-, IE 8-, Firefox 3.6-) do not support it. This
is a simple shim for Date.parse that adds support for parsing ES5 simplified ISO 8601 strings to all browsers.

If you are attempting to parse date strings coming from non-ES5-conformant backends, please consider using the
[non-conformant edition](https://github.com/csnover/js-iso8601/tree/lax).
**If you are attempting to parse date strings coming from non-ES5-conformant backends, please consider using the
[non-conformant edition](https://github.com/csnover/js-iso8601/tree/lax).**

Caveats
-------
Expand Down

0 comments on commit 158362c

Please sign in to comment.