Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Documentation pull requests
cory_isaacson
Member, Developers Posts: 43 PRO
I recommend that you expose the documentation such that you can accept pull requests for suggestions. It's totally understandable that FeatureScript is new, but the documentation really lacks good examples of how to do common things, slowing down the implementation. If you accepted pull requests we could suggest doc improvements and examples, it would make it much better, and you would have to address fewer questions in the forums.
Tagged:
1
Best Answer
-
ilya_baran Onshape Employees, Developers, HDM Posts: 1,211Cory, we might one day separate std into its own public github repo and then we could do pull requests, but currently many std changes are linked to corresponding internal changes and everything there goes through our internal review/QA/testing processes. Long story short, you can see our source and we welcome contributions, but running it like a traditional open source project would disrupt our internal workflows too much at the moment.Ilya Baran \ VP, Architecture and FeatureScript \ Onshape Inc5
Answers
Linked[in]
Thanks in advance for the help!
I use both the forum & github when featurescripting. I think the forum is better.
The forum is really good with tons of examples from many sources. Finding them may be a little difficult especially if you're new and haven't been following the forum for a while. I seach the featurescript forum constantly for code snippets and ideas. Most of the stuff I want has been done and is available. It's a very open community.
Onshape is built on top of sharing. There's no reason you can't share a document with a feature script in it and begin a public featurescript project. I do most my stuff in a public fashion so others can learn. If you don't want that, there are ways to lock your code down so others can't see your secret algorithms. No one has ever contributed any code to one of my featurescripts, could be my fault as no one can figure out my madness.
The help in the featurescript area is exceptional. Many times I get responses real time while coding.