We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9b9aa commit 06b4cc1Copy full SHA for 06b4cc1
CONTRIBUTING.md
@@ -8,6 +8,22 @@ Steps
8
to the solution folder of the corresponding topic.
9
* Create the pull request.
10
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
27
28
#### NEW
29
Participate in [Hacktoberfest](https://hacktoberfest.digitalocean.com/). Add new and interesting problems and contribute to our repository.
0 commit comments