Skip to content

Commit 58847d3

Browse files
committed
fix: Contribution guide lines
1 parent ad213ab commit 58847d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Examples of unacceptable behavior include:
3737
* Other conduct which could reasonably be considered inappropriate in a
3838
professional setting
3939

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+
4046
## Enforcement Responsibilities
4147

4248
Community leaders are responsible for clarifying and enforcing our standards of

0 commit comments

Comments
 (0)