Stuart Kent 9 лет назад
Родитель
Сommit
fadf388dea
1 измененных файлов: 8 добавлений и 0 удалений
  1. 8
    0
      CONTRIBUTING.md

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

@@ -0,0 +1,8 @@
1
+Hi! Thanks for contributing to the Exercism Java track!
2
+
3
+Before opening your pull request, please review the track policies linked below and make sure your changes comply with them all. This helps us focus our review time on the more important aspects of your changes.
4
+
5
+- [Prefer instance methods](https://github.com/exercism/java/blob/master/POLICIES.md#prefer-instance-methods)
6
+- [Starter implementations](https://github.com/exercism/java/blob/master/POLICIES.md#starter-implementations)
7
+- [Ignore noninitial tests](https://github.com/exercism/java/blob/master/POLICIES.md#ignore-noninitial-tests)
8
+- [Multiple file submissions](https://github.com/exercism/java/blob/master/POLICIES.md#multiple-file-submissions)