hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
7 stars 26 forks source link

docs: How to resolve PR merge conflicts when another contributor made a previous PR #164

Open fyliu opened 1 year ago

fyliu commented 1 year ago

Dependency

Overview

We need documentation to guide developers in resolving this common problem. 2 devs start with the same base commit, the first one to create a PR is okay, but the 2nd dev to create a PR will have some conflicts in their PR, even though it runs fine.

Action Items

Resources/Instructions

Discussion

The preferred solution is to rebase the new PR to the new HEAD of the main branch and resolve any conflicts so that the PR can be merged smoothly.

See discussion on this topic

ExperimentsInHonesty commented 8 months ago

This might be something we want the engineering cop to write. If they won't write is, we will write our own custom version.