Start sketching out an actual contributor's guide.

- Add AUTHORS file
- Update README to match site docs
This commit is contained in:
Bob Nystrom
2015-01-04 13:36:23 -08:00
parent 52bd38f3bd
commit 84ead3bb18
4 changed files with 97 additions and 20 deletions
+5
View File
@@ -41,6 +41,9 @@ a familiar, modern [syntax][].
and [an easy-to-use C API][embedding]. It's written in warning-free
standard C99.
If you like the sound of this, [give it a try][try]! Even better, you can
[contribute to Wren itself][contribute].
[syntax]: syntax.html
[src]: https://github.com/munificent/wren/tree/master/src
[nan]: https://github.com/munificent/wren/blob/46c1ba92492e9257aba6418403161072d640cb29/src/wren_value.h#L378-L433
@@ -48,3 +51,5 @@ a familiar, modern [syntax][].
[classes]: classes.html
[fibers]: fibers.html
[embedding]: embedding-api.html
[try]: getting-started.html
[contribute]: contributing.html