Преглед изворни кода

Update policies doc with links

Stuart Kent пре 9 година
родитељ
комит
17b8c6c7fb
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6
    6
      POLICIES.md

+ 6
- 6
POLICIES.md Прегледај датотеку

@@ -17,12 +17,12 @@ Our policies are not set-in-stone. They represent directions chosen at a point i
17 17
 
18 18
 | Track Event | Policies to review |
19 19
 |:------------|:-----------------|
20
-| Exercise added | Prefer instance methods; Starter implementations; Ignore noninitial tests |
21
-| Exercise updated | Multiple file submissions; Ignore noninitial tests |
22
-| Track order updated | Multiple file submissions; Starter implementations |
23
-| New issue observed in track | Good first patches |
24
-| "Good first patch" issue completed | Good first patches |
25
-| Installing Java instructions updated | Simple onboarding |
20
+| Exercise added | [Prefer instance methods](#prefer-instance-methods); [Starter implementations](#starter-implementations); [Ignore noninitial tests](#ignore-noninitial-tests) |
21
+| Exercise updated | [Ignore noninitial tests](#ignore-noninitial-tests); [Multiple file submissions](#multiple-file-submissions) |
22
+| Track order updated | [Starter implementations](#starter-implementations); [Multiple file submissions](#multiple-file-submissions) |
23
+| New issue observed in track | [Good first patches](#good-first-patches) |
24
+| "Good first patch" issue completed | [Good first patches](#good-first-patches) |
25
+| Installing Java instructions updated | [Simple onboarding](#simple-onboarding) |
26 26
 
27 27
 ## Policy Descriptions
28 28