From 58847d36487c0fb8cc853ca2c0604a91ae0b32f6 Mon Sep 17 00:00:00 2001 From: bartick Date: Fri, 16 Sep 2022 23:24:05 +0530 Subject: [PATCH] fix: Contribution guide lines --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f08dfc6..69f1811 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,6 +37,12 @@ Examples of unacceptable behavior include: * Other conduct which could reasonably be considered inappropriate in a professional setting +## Code Standards +- Every addressed issue solution must be within its own folder. +- Every folder must contain a README.md file with the problem statement and guides to run your code. +- Put requirements.txt file in the folder if the solution requires any external libraries. +- The code must be written in Python 3. + ## Enforcement Responsibilities Community leaders are responsible for clarifying and enforcing our standards of