freeCodeCamp / Developer_Quiz_Site

This is a quiz site filled with over 1200+ questions on programming.
https://developerquiz.org
BSD 3-Clause "New" or "Revised" License
247 stars 348 forks source link

chore: Add Quality Assurance Quiz Question on Continuous Integration #917

Closed tgmiller5 closed 11 months ago

tgmiller5 commented 11 months ago

Summary of changes

Within this branch, added another quality assurance quiz question on what CI/CD stands for.

Checklist

closes #XXXXX

jdwilkin4 commented 11 months ago

Hey @tgmiller5 !

It looks like your branch is out of sync because I am seeing this message in your forked copy.

Screenshot 2023-11-05 at 8 23 01 AM

This article should help you fix that issue. https://gist.github.com/seLain/8bdf12c7196f3fccafdf067dec2696b2

Also, it looks like you are trying to add old commits to this PR that were already merged into main.

Screenshot 2023-11-05 at 8 24 14 AM

The modal responses were already merged into main and should not be included in this PR.

Once those things are cleaned up then, we can do another review 👍