Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 760 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 760 Bytes

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.

  1. Fork the project.
  2. git clone git@github.com:/your-user-name/haxe-linguistics.git
  3. 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.
  4. Make local changes.
  5. Add a unit test for your code.
  6. git push -a -m 'My awesome addition'
  7. Create a pull request.