File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Contributions via pull requests are much appreciated. Before sending us a pull r
27
27
To send us a pull request, please:
28
28
29
29
1 . Fork the repository.
30
- 2 . Modify the source or Add your solution & problem README.md, and update TOPICWISE.md & src/README.md .
30
+ 2 . Modify the source or Add your solution.
31
31
3 . Ensure all testcases passes.
32
32
4 . Commit to your fork with relevant commit messages.
33
33
5 . Send us a pull request.
Original file line number Diff line number Diff line change 112
112
``` mermaid
113
113
graph TD;
114
114
A[rajput-hemant/leetcode] --1--> B[create a fork <br> your-username/leetcode];
115
- B --2--> C[git clone to your local machine];
116
- C --3--> D[checkout new branch, make these changes <br> a. add solution <br> b. add problem README.md <br> c. update TOPICWISE.md & src/README.md ];
115
+ B --2--> C[clone your fork to your local machine];
116
+ C --3--> D[checkout new branch, <br>update or add your solution in relevant folder ];
117
117
D --4--> E[commit & push changes];
118
118
E --5--> B;
119
119
B --6--> F[create a pull request];
You can’t perform that action at this time.
0 commit comments