Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-18084

Feature request: the ability to create multiple pull requests for the same branch (without merging)

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Ideally it would be nice if the BitBucket workflow supported...

      1. Developer writes a block of code.
      2. Developer pushes commits to BitBucket
      3. Developer creates pull request (for the code to be reviewed & approved)
      4. Developer continues writing code for the same branch.
      5. Developer pushes commits to BitBucket
      6. Developer creates pull request (for the code to be reviewed & approved)
      7. Developer continues writing code for the same branch.

      The advantage here:

      1. code reviews can be performed using a Pull Request on a regular basis
        (A) thus allowing problems to be caught earlier in the development process
        (B) thus making it easier to perform the code review (i.e. looking at 100 lines of code versus 1000)
      2. the master branch is not updated until the feature is complete
        (A) as a result, the code base is more likely to remain stable

      Is there a way to accomplish this without...

      1. constantly pushing to master, or
      2. creating yet another branch?

              Unassigned Unassigned
              a6ee2c2ac4a6 Pressacco
              Votes:
              10 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: