Contributions are welcome. Very very welcome.
The GitHub Issues page for llama-rlsr covers a variety of things:
- Bugs
- Features
- Discussions
- To do items
Please feel free to join in!
Include as much detail as possible.
- What were you trying to do?
- What happened instead?
- What did you do to make it happen?
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?
Feel free to add your input to any item within the GitHub Issues list.
Unwritten rules apply of be nice, be open-minded, etc.
GitHub has a pretty strictly enforced branch/pull request flow if you wish to submit code. See Dev Setup about coding.
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.