Skip to content

Commit 06b4cc1

Browse files
authored
Update CONTRIBUTING.md
1 parent 9f9b9aa commit 06b4cc1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CONTRIBUTING.md

+16
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ Steps
88
to the solution folder of the corresponding topic.
99
* Create the pull request.
1010

11+
### Precautions
12+
13+
* Do not change structure of the main README.md file ( do not add extra sections ).
14+
* The project folder structure , *all files should be arranged considering the format*.
15+
```
16+
17+
18+
FolderTopic
19+
|
20+
---- Problems.md ( containing links to problems and solutions, if applicable )
21+
---- Solutions
22+
|
23+
|
24+
----- containing solution files ( maybe file.cpp or file.py )
25+
26+
```
1127

1228
#### NEW
1329
Participate in [Hacktoberfest](https://hacktoberfest.digitalocean.com/). Add new and interesting problems and contribute to our repository.

0 commit comments

Comments
 (0)