Просмотр исходного кода

contributing.md: Remove broken link

Frida Johanne Tveit 6 лет назад
Родитель
Сommit
159d257925
1 измененных файлов: 3 добавлений и 1 удалений
  1. 3
    1
      CONTRIBUTING.md

+ 3
- 1
CONTRIBUTING.md Просмотреть файл

@@ -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