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

Merge pull request #1099 from FridaTveit/AddReferenceToPoliciesDoc

policies.md: add reference to issue #1075
Sam Warner 8 лет назад
Родитель
Сommit
96321024d5
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      POLICIES.md

+ 2
- 0
POLICIES.md Просмотреть файл

91
 > The files should all be the same so you can copy it from any other exercise with difficulty 5, e.g. [flatten-array](https://github.com/exercism/java/tree/master/exercises/flatten-array/.meta/hints.md).
91
 > The files should all be the same so you can copy it from any other exercise with difficulty 5, e.g. [flatten-array](https://github.com/exercism/java/tree/master/exercises/flatten-array/.meta/hints.md).
92
 
92
 
93
 > We add the file to every exercise with difficulty 5 because the structure of the track means that we don't know which exercise will be the first one without starter implementation that a user will be faced with.
93
 > We add the file to every exercise with difficulty 5 because the structure of the track means that we don't know which exercise will be the first one without starter implementation that a user will be faced with.
94
+
95
+References: [[1](https://github.com/exercism/java/issues/1075)]