Are there any requirements I need to follow if I want to create a converter and submit a pull request?
You can chech the modified files in this merged PR to have a clue on how to proceed
Thank you. I want the converter I created, called “ik angle”, to be submitted as a pull request. Do I have to do it myself, or can I just send the .c and .cpp files to the developers? I’ve tested the converter and it works well. I don’t mind if someone else submits a pull request with my code.
The common practise is to fork the repo on GitHub, create a branch in your copy et send a PR.
The CI system will perform tests of compilation and warn you about about modifications that may be required.
Then the devs can approve the merge after review.