Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

37 lines (26 loc) · 1.11 KB

Contributing

Contributions are welcome. Very very welcome.

Issues Page

The GitHub Issues page for UnitTestSCAD 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 the UnitTestSCAD repository and run npm install to install all dependencies.