GeriLife / companionship

Promoting companionship and well-being for everyone.
European Union Public License 1.2
7 stars 18 forks source link

Add instructions for resolving conflicts in poetry.lock #119

Closed brylie closed 1 year ago

brylie commented 1 year ago

Whenever there are simultaneous changes to our project dependencies, there is a high likelihood of conflicts in poetry.lock. This issue is not unique to our project and likely happens in every Poetry project with multiple developers.

Task

Example

# Get poetry.lock to look like it does in master
git checkout --theirs poetry.lock
# Rewrite the lock file
poetry lock --no-update

Resources

Consider adding: https://poetry-merge-lock.readthedocs.io/en/latest/

earthcomfy commented 1 year ago

@brylie Since I have faced this issue in my previous PR, I would like to work on this one. Can you assign me? And also, the instructions are going to be added inside contributing guideline right?

brylie commented 1 year ago

Thanks, @earthcomfy. Feel free to use the instructions found in the following pull request.

https://github.com/CiviWiki/OpenCiviWiki/pull/1391