Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

Commit 18ee9a7

Browse files
committed
Added instructions to readme
1 parent f11b326 commit 18ee9a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ A space for YOU to showcase YOUR projects!
77
Welcome! We're excited to showcase your project. Follow these simple steps to add your work to our collection.
88

99
### Project Template
10-
Copy and fill out this template:
10+
11+
### How to Submit
12+
1. Fork the repository
13+
2. Add your project to `data.json`
14+
3. Place your project at the end of the "projects" array, with the given format:
1115
```json
1216
{
1317
"studentName": "Your Full Name",
@@ -19,6 +23,8 @@ Copy and fill out this template:
1923
"image": "https://link-to-your-project-image.com" // Must be a direct image link
2024
}
2125
```
26+
4. Ensure your JSON is valid (you can use [JSONLint](https://jsonlint.com/)) *Optional*
27+
5. Create a Pull Request
2228

2329
### Requirements
2430
- **Image**:
@@ -30,12 +36,6 @@ Copy and fill out this template:
3036
- **Tags**: Use existing tags when possible
3137
- **Links**: Must be valid and accessible
3238

33-
### How to Submit
34-
1. Fork the repository
35-
2. Add your project to `data.json`
36-
3. Place your project at the end of the "projects" array
37-
4. Ensure your JSON is valid (you can use [JSONLint](https://jsonlint.com/))
38-
5. Create a Pull Request
3939

4040
### Common Tags
4141
Here are some commonly used tags:

0 commit comments

Comments
 (0)