@@ -15,24 +15,24 @@ Our policies are not set-in-stone. They represent directions chosen at a point i
15
15
16
16
## Event Checklist
17
17
18
- | Track Event | Policies to review |
19
- | :----------------------------------- | :-------------------------------------------------------------------------------------- | ---------------------- -------------------------------------------- |
20
- | Exercise added/updated | [ Prefer instance methods] ( #prefer-instance-methods ) |
21
- | | [ Avoid using final] ( #avoid-using-final ) |
22
- | | [ Adhere to best practices] ( #adhere-to-best-practices ) |
23
- | | [ Starter implementations] ( #starter-implementations ) |
24
- | | [ Ignore noninitial tests] ( #ignore-noninitial-tests ) |
25
- | | [ Multiple file submissions] ( #multiple-file-submissions ) |
26
- | | [ Name test class after class under test] ( #name-test-class-after-class-under-test ) |
27
- | | [ Add hint for the first exercises without starter implementation] | (#add-hint-for-the-first-exercises-without-starter-implementation) |
28
- | | [ Reference tutorial in the first exercises] ( #reference-tutorial-in-the-first-exercises ) |
29
- | | [ Avoid returning null] ( #avoid-returning-null ) |
30
- | | [ Prefer AssertJ assertions] ( #prefer-assertj-assertions ) |
31
- | Track rearranged | [ Starter implementations] ( #starter-implementations ) |
32
- | | [ Multiple file submissions] ( #multiple-file-submissions ) |
33
- | New issue observed in track | [ Good first issues] ( #good-first-issues ) |
34
- | "Good first issue" issue completed | [ Good first issues] ( #good-first-issues ) |
35
- | Installing Java instructions updated | [ Simple onboarding] ( #simple-onboarding ) |
18
+ | Track Event | Policies to review |
19
+ | :----------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------- |
20
+ | Exercise added/updated | [ Prefer instance methods] ( #prefer-instance-methods ) |
21
+ | | [ Avoid using final] ( #avoid-using-final ) |
22
+ | | [ Adhere to best practices] ( #adhere-to-best-practices ) |
23
+ | | [ Starter implementations] ( #starter-implementations ) |
24
+ | | [ Ignore noninitial tests] ( #ignore-noninitial-tests ) |
25
+ | | [ Multiple file submissions] ( #multiple-file-submissions ) |
26
+ | | [ Name test class after class under test] ( #name-test-class-after-class-under-test ) |
27
+ | | [ Add hint for the first exercises without starter implementation] ( #add-hint-for-the-first-exercises-without-starter-implementation ) |
28
+ | | [ Reference tutorial in the first exercises] ( #reference-tutorial-in-the-first-exercises ) |
29
+ | | [ Avoid returning null] ( #avoid-returning-null ) |
30
+ | | [ Prefer AssertJ assertions] ( #prefer-assertj-assertions ) |
31
+ | Track rearranged | [ Starter implementations] ( #starter-implementations ) |
32
+ | | [ Multiple file submissions] ( #multiple-file-submissions ) |
33
+ | New issue observed in track | [ Good first issues] ( #good-first-issues ) |
34
+ | "Good first issue" issue completed | [ Good first issues] ( #good-first-issues ) |
35
+ | Installing Java instructions updated | [ Simple onboarding] ( #simple-onboarding ) |
36
36
37
37
## Policy Descriptions
38
38
0 commit comments