Skip to content

Commit bf8387e

Browse files
authored
Update README.md
1 parent 8229d9f commit bf8387e

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,6 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
9292

9393
## CONTRIBUTION Guide
9494

95-
It's great to know that you want to contribute to this repo. Thanks for taking interest. Before you start, read the following carefully.
96-
97-
- When adding a new **problem** with solution
98-
99-
- Take care of the filename convention (Very Important)
100-
- Problem statement should be there with examples
101-
- Make sure you add the Run Time complexity of your solution
102-
- Please take care of the segregation of the Problems as per the given Folder Structure
103-
- It's great if you can add the **Unit Tests** to verify your solutions as well
104-
- Strictly follow ESLINT rules
105-
106-
- When adding a Unit Test
107-
108-
- Take care of the file name convention
109-
- Make sure CI (Travis) is passing
95+
It's great to know that you want to contribute to this repo. Thanks for taking interest. please fing the [guide here](https://github.com/knaxus/problem-solving-javascript/blob/master/CONTRIBUTING.md)
11096

11197
Keep an eye on this guide, it's subjected to change frequently.

0 commit comments

Comments
 (0)