Skip to content

Commit 508b2f2

Browse files
authored
Clarify 'archive' folder
1 parent ab923db commit 508b2f2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ much to the average user. The only item that matters is the archives folder.
6969

7070
### Archives
7171

72-
Within the archives folder, you'll find a set of one-character folders. Each of these folders contains
72+
Within the `archive` folder, you'll find a set of one-character folders. Each of these folders contains
7373
a list of language folders that share the same first character as the parent folder.
7474

7575
Within each language folder, you'll find the following:
@@ -78,6 +78,17 @@ Within each language folder, you'll find the following:
7878
- A list of project files.
7979
- A testinfo.yml
8080

81+
For example python:
82+
83+
```
84+
archive
85+
└── p
86+
└── python
87+
├── README.md
88+
├── baklava.py
89+
└── ...
90+
```
91+
8192
Now, each program file maps to an ongoing project that you can find on the
8293
[project list on the Sample Programs Website][project-list].
8394
As for the README, it contains a list of the project files that

0 commit comments

Comments
 (0)