@@ -8,26 +8,31 @@ A community-maintained showcase of student capstone projects. The site is automa
88
99## How to add your project
1010
11- 1 . ** Fork** this repository and create a new branch (e.g. ` add/your-project-name ` ) .
11+ 1 . ** Fork** this repository using the Fork button on GitHub .
1212
13- 2 . ** Copy** ` projects/_template.yml ` to a new file in the same folder, named after yourself:
13+ 2 . ** Clone your fork** locally or open it in a Codespace:
14+ ``` bash
15+ git clone https://github.com/your-username/2510-capstones.git
16+ ```
17+
18+ 3 . ** Copy** ` projects/_template.yml ` to a new file in the same folder, named after yourself:
1419 ```
1520 projects/firstname-lastname-capstone.yml
1621 ```
17- Use lowercase letters and hyphens — no spaces.
22+ Use lowercase letters and hyphens, no spaces.
1823
19- 3 . ** Fill in** your project details. Only ` title ` and ` student ` are required; everything else is optional but encouraged.
24+ 4 . ** Fill in** your project details. Only ` title ` and ` student ` are required; everything else is optional but encouraged.
2025
21- 4 . ** Add images** (optional) to the repo root folders — name them after yourself with hyphens:
26+ 5 . ** Add images** (optional) to the repo root folders, named after yourself with hyphens:
2227 ```
2328 headshots/firstname-lastname-headshot.png
2429 screenshots/firstname-lastname-screenshot.png
2530 ```
26- The build script picks them up automatically — no YAML changes needed.
31+ The build script picks them up automatically; no YAML changes needed.
2732
28- 5 . ** Open a pull request** back to ` main ` .
33+ 6 . ** Open a pull request** from your fork back to ` main ` on this repo .
2934
30- 5 . Once merged, your project appears on the live site within a minute or two.
35+ 7 . Once merged, your project appears on the live site within a minute or two.
3136
3237### YAML fields
3338
0 commit comments