瀏覽代碼

Merge pull request #1428 from FridaTveit/ContributingGuideRemoveBrokenLink

Remove broken link from contributing guide
Sam Warner 6 年之前
父節點
當前提交
6e542fdd4b
沒有帳戶連結到提交者的電子郵件
共有 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