Re: [Kicad-developers] Contributing 3DMouse code to KiCAD

2021-03-25 Thread Jon Evans
> It makes me think the developers need to download a new copy of the source tree to find out the differences. Anyone (developers included) can see the differences in the GitLab web interface when a merge request is created. Of course, anyone can also check out the branch (with Git you do not nee

Re: [Kicad-developers] Contributing 3DMouse code to KiCAD

2021-03-25 Thread Kevin Cozens
On 2021-03-25 10:18 a.m., Markus Bonk wrote: I am able to start contributing code to implement navigation in the 3D-Viewer and pcbnew. I am however already failing: I cannot create a branch on GitLab in the KICAD project to add the feature. It has become more common with sites like GitHub an

Re: [Kicad-developers] Contributing 3DMouse code to KiCAD

2021-03-25 Thread Kliment (Future Bits)
Hi Markus. You need to make a fork under your own name, and then you can make all the branches you like. When you're ready, you can then send a merge request to the main kicad repository. Be aware that we are currently in feature freeze so no new features will be merged before the next release. Kl

[Kicad-developers] Contributing 3DMouse code to KiCAD

2021-03-25 Thread Markus Bonk
Hi, I am able to start contributing code to implement navigation in the 3D-Viewer and pcbnew. I am however already failing: I cannot create a branch on GitLab in the KICAD project to add the feature. Can someone put me on the right track, please? Thanks -Markus ___