Any help on adding languages, improving existing languages or the library itself are greatly approved. I love exchanging ideas and discussion, so don't hesitate to fork and create pull requests.
- Fork the project.
git clone [email protected]:/your-user-name/haxe-linguistics.git
- Browse to the other code to get a feeling for the naming conventions and coding style used. I won't enforce rules, but keep things similar and clean.
- Make local changes.
- Add a unit test for your code.
git push -a -m 'My awesome addition'
- Create a pull request.