Skip to content

Commit d2251ac

Browse files
committed
update contributing.md
1 parent 1325930 commit d2251ac

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CONTRIBUTING.md

-10
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,3 @@ func SmallestDifference(array1, array2 []int) []int {
108108
}
109109

110110
```
111-
112-
## What if the problem you want to add is not present in the issue?
113-
114-
- You can suggest an idea for this project under issues tab (add list of questions you think it is important, it will be assigned to you)
115-
- You can directly make a PR against dev branch with the proposed problems with appropriate comments and description
116-
117-
## What if the changes are inconsistent?
118-
119-
- Keep pulling from origin/main see below, this way you will be up to date with the latest changes in main branch
120-
- git pull origin main

0 commit comments

Comments
 (0)