Missing Documentation on how to apply changes from one file to another in Github #443
Labels
complexity: small
All steps are laid out in detail so that someone new to the project can work on it
feature: docs: PD team documentation
documentation on PD team processes and architecture, etc.
good first issue
Good for newcomers
ready for dev lead
s: PD team
stakeholder: People Depot Team
size: 0.25pt
Can be done in 0.5-1.5 hours
Milestone
Overview
We need to add a description of how to apply changes from one GitHub file to another, so that developers can synchronize changes and keep files up-to-date.
Action Items
Resources/Instructions/Tags
Documentation Addition Notes
What's missing?
Here's how to apply changes from one GitHub file to another:
Rebase/Merge your feature branch to
main
.Undo changes to the file you changed (replacing
CONTRIBUTING.md
with the relevant filename):our-branch-original
with the relevant branch name):CONTRIBUTING.md
):docs/contributing/dev_environment.md
:Where should it go?
When would this information have been useful?
CONTRIBUTING.md
, unmerged.CONTRIBUTING.md
into several files and it's merged intomain
.CONTRIBUTING.md
is now in a file calledcontributing/dev_environment.md
contributing/dev_environment.md
Which roles will benefit most from this information?
The text was updated successfully, but these errors were encountered: