Skip to content
This repository was archived by the owner on Nov 19, 2022. It is now read-only.

Commit 798d812

Browse files
authored
Merge pull request #108 from exercism/Avoiding_avoiding_duplicate_work
implement-an-exercise-from-specification: Remove avoiding duplicate work section.
2 parents d3580e7 + 9109ef4 commit 798d812

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

you-can-help/implement-an-exercise-from-specification.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,6 @@ For every exercise it will link to:
4545
- The canonical data (if it exists).
4646
- All the individual language implementations.
4747

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-
6648
## Implementing the Exercise
6749

6850
You'll need to find the `slug` for the exercise. That's the URL-friendly identifier

0 commit comments

Comments
 (0)