This PR resolves a merge conflict in the README.md file where both contributors edited the Features section. The final version keeps both contributions and ensures no information was lost.
{
"id": "Q1",
"topic": "Continuous Integration",
"question": "What is the primary goal of Continuous Integration?",
"options": [
"Automatically deploy to production",
"Frequently integrate code changes into a shared repository",
"Eliminate the need for testing",
"Remove the need for branches"
],
"answerIndex": 1,
"explanation": "Continuous Integration aims to detect integration issues early."
}