Dallonses logo

Pull request

What is a pull request?

A pull request is a proposal to merge a set of code changes into a shared branch. The author has done the work on their own branch and now asks the team to review it and pull it in. The name comes from Git, and the concept anchors how most software teams collaborate on GitHub, GitLab, and Bitbucket.

A pull request bundles the diff, a description of why the change exists, and a thread where reviewers leave comments. Automated checks attach themselves to it: the test suite runs, linters flag style issues, and the deployment pipeline can preview the change before it merges. Reviewers approve, request changes, or ask questions, and the request merges once it clears. A developer fixing a checkout bug opens a pull request, the tests run automatically, a teammate notices the fix misses one currency, the developer pushes a correction to the same request, and only then does it merge. Nothing reached the main branch until it was actually right.

The discipline is in keeping requests small. A focused change is easy to review and safe to revert. A giant one is neither, which is why large pull requests tend to hide the bugs nobody had the energy to look for.

Pull requests at Dallonses

Every change we make moves through a pull request. It is the unit of work we review, test, and ship. Keeping each one small and self-contained is a habit, because a pull request you can understand in one sitting is one you can trust.

Our pull requests run through CI/CD pipelines that test and validate the change before a human even looks at it, so review time goes to judgment rather than mechanics. When we work in a client's repository, we follow their conventions and raise the bar where it helps, never by lecturing, just by leaving clear requests that are easy to review and easy to merge. The result is a steady flow of small, safe changes instead of nerve-racking big-bang releases.

Want a workflow where shipping is calm and reversible? Let's set it up.

Talk to us about workflow

Related services


Ready to work together?

Book a meeting
Aymón holding a Tools magazine in front of their facem
Ari working on a laptop outdoors surrounded by plants
Top-down view of a wooden desk with a keyboard, mouse, and headphones
Hand-drawn illustration of a hand snapping fingers
Nico leaning against a water cooler next to a fire extinguishe
Close-up of an open computer with circuit board and components on a wooden desk
Bernat and Andreu collaborating at a desk with monitors and a laptop
Hand-drawn illustration of an open hand waving
Aymón holding a Tools magazine in front of their facem
Ari working on a laptop outdoors surrounded by plants
Top-down view of a wooden desk with a keyboard, mouse, and headphones
Hand-drawn illustration of a hand snapping fingers
Nico leaning against a water cooler next to a fire extinguishe
Close-up of an open computer with circuit board and components on a wooden desk
Bernat and Andreu collaborating at a desk with monitors and a laptop
Hand-drawn illustration of an open hand waving