Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

39 lines (27 loc) · 1.2 KB

Contributing

Contributions are welcome. Very very welcome.

Issues Page

The GitHub Issues page for llama-rlsr covers a variety of things:

  • Bugs
  • Features
  • Discussions
  • To do items

Please feel free to join in!

Bugs

Include as much detail as possible.

  • What were you trying to do?
  • What happened instead?
  • What did you do to make it happen?

Feature Requests

Include as much detail as possible.

  • What would this new feature do? What problem does it fix?
  • Is this achievable by the current implementation of JointSCAD at all?

Discussions

Feel free to add your input to any item within the GitHub Issues list.

Unwritten rules apply of be nice, be open-minded, etc.

Submitting Code

GitHub has a pretty strictly enforced branch/pull request flow if you wish to submit code. See Dev Setup about coding.

Dev Setup

Follow the instructions listed in Getting Started.

Clone llama-rlsr repository and run npm install in the to install all dependencies needed.

Additionally run npm install -g gulp. Gulp is used to run linting and unit tests.