Stuart Kent преди 9 години
родител
ревизия
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)