1
0
forked from Mirror/wren
Files
wren/doc/site/contributing.markdown

23 lines
1012 B
Markdown
Raw Normal View History

2014-04-14 21:23:46 -07:00
^title Contributing
^category reference
2015-01-03 23:27:02 -08:00
It should be obvious by now that Wren is under active development and there's
lots left to do. I'd be delighted to have your help.
2015-01-01 20:45:15 -08:00
2015-01-03 23:27:02 -08:00
Wren uses the OSI-approved [MIT license][mit]. I'm not sure exactly what that
means, but I went with the most permissive license I could find.
2015-01-01 20:45:15 -08:00
2015-01-03 23:27:02 -08:00
The source is developed [on GitHub][github]. My hope is that the codebase,
tests, and documentation are easy to understand and contribute to. If they
aren't, that's a bug. If you're looking for somewhere to get started, try
writing some example programs in Wren and see what rough spots you run into.
You can also look through to code for `// TODO` or help improve
[these docs][docs].
2015-01-01 20:45:15 -08:00
2015-01-03 23:27:02 -08:00
If you have questions, feel free to [file an issue][issue] or email me
(`robert` at `stuffwithstuff.com`).
[mit]: http://opensource.org/licenses/MIT
[github]: https://github.com/munificent/wren
[docs]: https://github.com/munificent/wren/tree/master/doc/site
[issue]: https://github.com/munificent/wren/issues