Skip to content

Commit e505b37

Browse files
Fix table formatting in POLICIES.md (#2542)
1 parent 6c59db2 commit e505b37

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

POLICIES.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ Our policies are not set-in-stone. They represent directions chosen at a point i
1515

1616
## Event Checklist
1717

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) |
3636

3737
## Policy Descriptions
3838

0 commit comments

Comments
 (0)