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: CONTRIBUTING.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
## Contributing Guidelines
2
2
3
-
Developers are highly welcome to contribute to this project by modifying the existing solutions to more optimized solutions or add new programs that fit into the various categories
4
-
mentioned in the repo or adding a new category if needed.
3
+
Developers are highly welcome to contribute to this project by modifying the existing solutions to more optimized solutions or add new programs that fit into the various categories mentioned in the repo or adding a new category if needed.
4
+
5
+
* Look at the issues created already and get yourself assigned for the issues by commenting there. Issues will be assigned on FCFS basis.
6
+
* Create a new issue whether you are adding a new program or optimizing the existing solution. After the issue is assigned to you, start working on it and make a pull request as mentioned in the steps below.
5
7
6
8
1. Fork this repository
7
9
1. Clone the repo ```git clone <YOUR_FORKED_REPO_URL>```
0 commit comments