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: README.md
+1-15
Original file line number
Diff line number
Diff line change
@@ -92,20 +92,6 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
92
92
93
93
## CONTRIBUTION Guide
94
94
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)
110
96
111
97
Keep an eye on this guide, it's subjected to change frequently.
0 commit comments