Browse Source

Merge pull request #1428 from FridaTveit/ContributingGuideRemoveBrokenLink

Remove broken link from contributing guide
Sam Warner 6 years ago
parent
commit
6e542fdd4b
No account linked to committer's email
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      CONTRIBUTING.md

+ 3
- 1
CONTRIBUTING.md View File

@@ -150,7 +150,9 @@ Please review this before porting an exercise to the Java track.
150 150
 
151 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 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 157
 The Java specific details you need to know about adding an exercise are:
156 158