You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CODE_OF_CONDUCT.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,10 @@ Examples of unacceptable behavior by participants include:
23
23
## Code Standards
24
24
- Every addressed issue solution must be within its own folder.
25
25
- 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.
26
28
- 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
+
29
30
## Our Responsibilities
30
31
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.
0 commit comments