Hi Karl,
In Mendix, you can’t create pull requests directly, but you can use external tools like GitHub or GitLab to review changes before merging.
- Create a Branch: In Mendix Studio Pro, create a branch for your changes.
- Make Changes: Work on your branch and commit your changes.
- Push to Git: Push your branch to your Git repository (e.g., GitHub, GitLab).
- Open a Pull Request: Use your Git platform to create a pull request for the branch.
- Review and Approve: Team members review the changes in the pull request and approve it.
- Merge: After approval, merge the branch into the mainline using Git.
- Sync Back: Open the mainline in Mendix Studio Pro to get the updated changes.
This process ensures that changes are reviewed before being merged into the mainline.