You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2class="card__title">What is the purpose of a README file?</h2>
28
32
<pclass="card__summary">
29
-
A README introduces a project: what it is, why it exists, and how to use, install, run, and contribute to it. It orients new users and contributors, sets expectations (requirements, license, roadmap), and centralizes quick-start commands and links. In short, it’s the project’s front door and owner’s manual.
33
+
A README introduces a project: what it is, why it exists, and how to use, install, run, and contribute to it.
34
+
It orients new users and contributors, sets expectations (requirements, license, roadmap), and centralizes
35
+
quick-start commands and links. In short, it’s the project’s front door and owner’s manual.
@@ -42,7 +48,9 @@ <h2 class="card__title">What is the purpose of a README file?</h2>
42
48
<divclass="card__body">
43
49
<h2class="card__title">What is the purpose of a wireframe?</h2>
44
50
<pclass="card__summary">
45
-
A wireframe is a low‑fidelity layout of a page. It maps structure, hierarchy, and placement of elements (headers, media, text, buttons) without visual polish. Teams use wireframes to align on content priority, user flow, and functionality early—reducing rework before design and code.
51
+
A wireframe is a low‑fidelity layout of a page. It maps structure, hierarchy, and placement of elements
52
+
(headers, media, text, buttons) without visual polish. Teams use wireframes to align on content priority,
53
+
user flow, and functionality early—reducing rework before design and code.
@@ -56,14 +64,16 @@ <h2 class="card__title">What is the purpose of a wireframe?</h2>
56
64
<divclass="card__body">
57
65
<h2class="card__title">What is a branch in Git?</h2>
58
66
<pclass="card__summary">
59
-
A Git branch is an independent line of development. It lets you make changes, experiment, and review work without affecting the main history. When ready, merge the branch back (often via pull request) to integrate tested, reviewed changes into the primary codebase.
67
+
A Git branch is an independent line of development. It lets you make changes, experiment, and review work
68
+
without affecting the main history. When ready, merge the branch back (often via pull request) to integrate
69
+
tested, reviewed changes into the primary codebase.
0 commit comments