We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad213ab commit 58847d3Copy full SHA for 58847d3
CONTRIBUTING.md
@@ -37,6 +37,12 @@ Examples of unacceptable behavior include:
37
* Other conduct which could reasonably be considered inappropriate in a
38
professional setting
39
40
+## Code Standards
41
+- Every addressed issue solution must be within its own folder.
42
+- Every folder must contain a README.md file with the problem statement and guides to run your code.
43
+- Put requirements.txt file in the folder if the solution requires any external libraries.
44
+- The code must be written in Python 3.
45
+
46
## Enforcement Responsibilities
47
48
Community leaders are responsible for clarifying and enforcing our standards of
0 commit comments