Commit Graph

8 Commits

Author SHA1 Message Date
Marco Lizza
14a2c8b19c chore: add Marco Lizza to AUTHORS file for project contributions 2015-01-21 10:06:22 +00:00
Luchs
6530926aab docs: add Lukas Werling to AUTHORS file
Add Lukas Werling's name and email address to the project's AUTHORS file,
inserting the new entry after the existing contributor Gavin Schulz.
2015-01-16 08:53:14 +00:00
Gavin Schulz
1cb0e73bf0 docs: add Gavin Schulz to AUTHORS file with email contact 2015-01-16 03:06:24 +00:00
Evan Shaw
3e8d740c12 chore: add Evan Shaw to AUTHORS file with email address 2015-01-07 20:51:13 +00:00
Bob Nystrom
ba91af1f4d chore: add Paul Woolcock to AUTHORS file to resolve merge conflict 2015-01-06 05:58:23 +00:00
Kyle Marek-Spartz
864a70abdf feat: make Python scripts compatible with both Python 2 and 3
Update print statements to function syntax, add from __future__ import print_function in test.py, change shebangs to /usr/bin/env python, replace str.translate with re.sub for anchor sanitization in generate_docs.py, and decode subprocess output to utf-8 in test.py for cross-version string handling.
2015-01-06 02:09:23 +00:00
Paul Woolcock
be1ceaa6d0 chore: add Paul Woolcock to AUTHORS list with email address
Append Paul Woolcock's name and email (paul@woolcock.us) to the end of the AUTHORS file, following the existing entry for Robert Nystrom.
2015-01-05 16:02:52 +00:00
Bob Nystrom
e07fe5149b 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
2015-01-04 21:36:23 +00:00