Skip to content

Commit fe252c4

Browse files
authored
Update CODE_OF_CONDUCT.md
1 parent 1cb94a9 commit fe252c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ Examples of unacceptable behavior by participants include:
2323
## Code Standards
2424
- Every addressed issue solution must be within its own folder.
2525
- Every folder must contain a README.md file with the problem statement and guides to run your code.
26+
- Put requirements.txt file in the folder if the solution requires any external libraries.
27+
- The code must be written in Python 3.
2628
- Commit messages must follow the [Commit Message Guidelines](https://github.com/metafy-social/.github/blob/main/profile/COMMIT-MESSAGE-GUIDELINES.md).
27-
- The code must be written in solidity 8.
28-
29+
2930
## Our Responsibilities
3031
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
3132

0 commit comments

Comments
 (0)