Browse Source

contributing.md: Remove broken link

Frida Johanne Tveit 6 years ago
parent
commit
159d257925
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      CONTRIBUTING.md

+ 3
- 1
CONTRIBUTING.md View File

150
 
150
 
151
 See [here](http://exercism.io/languages/java/todo) for a list of exercises that have yet to be implemented on the Java track and can therefore be ported to this track.
151
 See [here](http://exercism.io/languages/java/todo) for a list of exercises that have yet to be implemented on the Java track and can therefore be ported to this track.
152
 Please make sure no one else has a pull request open to implement your chosen exercise before you start.
152
 Please make sure no one else has a pull request open to implement your chosen exercise before you start.
153
-Also please make a [dibs pull request](https://github.com/exercism/docs/blob/master/you-can-help/implement-an-exercise-from-specification.md#avoiding-duplicate-work) to make it clear to others that you are working on this exercise.
153
+
154
+It might also be a good idea to open a WIP pull request to make it clear to others that you are working on this exercise.
155
+This can just be a pull request with an empty commit that states which new exercise you're working on, with WIP (work in progress) in the title so that the maintainers know that it's not ready for review yet.
154
 
156
 
155
 The Java specific details you need to know about adding an exercise are:
157
 The Java specific details you need to know about adding an exercise are:
156
 
158