This repository was archived by the owner on Nov 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -45,24 +45,6 @@ For every exercise it will link to:
45
45
- The canonical data (if it exists).
46
46
- All the individual language implementations.
47
47
48
- ## Avoiding Duplicate Work
49
-
50
- When you decide to implement an exercise, first check that there are no open pull requests
51
- for the same exercise.
52
-
53
- Then open a "work in progress" (WIP) pull request, so others will see that you're working on it.
54
-
55
- The way to open a WIP pull request even if you haven't done any work yet is:
56
-
57
- * Fork and clone the repository.
58
- * Check out a branch for the exercise.
59
- * Add an empty commit ` git commit --allow-empty -m "Implement exercise <slug>" `
60
- (replace <slug > with the actual name of the exercise).
61
- * Push the new branch to your repository, and open a pull request against that branch.
62
-
63
- Once you have added the actual exercise, then you can rebase your branch onto the upstream
64
- master, which will make the WIP commit go away.
65
-
66
48
## Implementing the Exercise
67
49
68
50
You'll need to find the ` slug ` for the exercise. That's the URL-friendly identifier
You can’t perform that action at this time.
0 commit comments