Skip to content

Commit 8cb9e7b

Browse files
committedDec 25, 2022
updated contributions
Signed-off-by: rajput-hemant <hemant.rajput_cs20@gla.ac.in>
1 parent f95aea7 commit 8cb9e7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

Diff for: ‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Contributions via pull requests are much appreciated. Before sending us a pull r
2727
To send us a pull request, please:
2828

2929
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.
3131
3. Ensure all testcases passes.
3232
4. Commit to your fork with relevant commit messages.
3333
5. Send us a pull request.

Diff for: ‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
```mermaid
113113
graph TD;
114114
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];
117117
D --4--> E[commit & push changes];
118118
E --5--> B;
119119
B --6--> F[create a pull request];

0 commit comments

Comments
 (0)