Please use pull requests

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
bensay
Posts: 202
Joined: Wed Dec 22, 2021 8:14 pm
Location: Danmark
Contact:

Please use pull requests

Post by bensay »

The last couple of days, I have made 6 PRs to clean up a lot of TechDraw scripts, now waiting to merge. A lot of small cosmetic fixes to the TechDraw scripts have been made by other users which is nice, but the uncool thing about this they have been committed directly without a PR. This now causes multiple merge issues and could have been avoided if a PR had instead been opened and coordination been available. Please always use PRs even though it is small changes. Please don't commit directly to FreeCAD/master if not hot fixes.
Post Reply