From e8b912cdccc9f10811bee76ca7b6cf2603cda01e Mon Sep 17 00:00:00 2001 From: Vichitr Gandas Date: Sun, 21 Sep 2025 22:24:22 +0530 Subject: [PATCH] added testing guideline --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05ef4c49..dd9e0e24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,3 +10,6 @@ ## Problem Solutions - You can directly add the problem solutions to corresponding platform folder. File name should be the ID of the problem on particular platform. - If platform folder doesn't exist then write file name as ```Platform/file.lang``` where ```Platform``` is the name of the platform and ```file.lang``` is the name of file. + +## Testing +- You must test your code before marking pull request as ready. \ No newline at end of file