This repository was archived by the owner on May 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ A space for YOU to showcase YOUR projects!
77Welcome! 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
4141Here are some commonly used tags:
You can’t perform that action at this time.
0 commit comments