docs: add AUTHORS file and expand contributor guide with detailed workflow

- Create AUTHORS file listing Robert Nystrom as initial contributor
- Rewrite README to emphasize Wren as concurrent scripting language with fiber examples
- Expand contributing.markdown with structured sections for finding tasks and making changes
- Update index.markdown with call-to-action links for trying and contributing
This commit is contained in:
Bob Nystrom
2015-01-04 21:36:23 +00:00
parent b61e55d4c9
commit e07fe5149b
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