Task 1: Header
PlanningImplementationOpen a Pull RequestRequest a reviewPR is approvedMerging the PRUpdate the local repositoryGit theory
Merge vs. Squash MergeTask 2: Footer
PlanningImplementationThe FixContinue with footerChange RequestsUpdate the local repositoryTask 5: Bottom Section (continued)
Incorporate changesRebaseDouble-checkForce PushInteractive RebaseAnother PRMerge ConflictsFinal RebaseResolving the ConflictsUncovering a ProblemRecap
Final WordsHint
Task 3: Content Container
In case you're unclear about what to do now here's the path on the roadmap you need to take.
It's the same path as in the tasks before. You need to
- Create a new feature branch. (The branch name should be the name of the task, words separated by a dash)
- Implement the changes
- Commit and push the code.
- Create a Pull Request.
- Request a review.
Follow these steps before continuing on the next page. ooloo-bot
will give you feedback a few seconds after you requested the review.
Next: Planning