|
1 | 1 | <!-- Don't forget to add/update this prize in the table in README.md --> |
2 | 2 |
|
| 3 | +<!-- |
| 4 | +Optional YAML frontmatter for prizes that have hard dependencies on |
| 5 | +other L-Prizes, RFPs, R&D items, or sample apps. Include the |
| 6 | +`dependencies:` field ONLY when there are real hard deps with |
| 7 | +canonical IDs (LP-XXXX, RFP-XXX). Omit the entire frontmatter block |
| 8 | +if this prize has no hard deps — do not use `dependencies: []`. This |
| 9 | +field is parsed by downstream tooling (e.g. flywheels.logos.co). |
| 10 | +
|
| 11 | +--- |
| 12 | +dependencies: |
| 13 | + - id: LP-XXXX |
| 14 | + reason: short reason this prize depends on it |
| 15 | + - id: RFP-XXX |
| 16 | + reason: short reason this prize depends on it |
| 17 | +--- |
| 18 | +--> |
| 19 | + |
3 | 20 | # LP-XXXX: <Title> [status] |
4 | 21 |
|
5 | 22 | **`Status`**: |
@@ -92,15 +109,6 @@ The following policies apply to all prizes (see [evaluation policies](../README. |
92 | 109 | - **Submissions:** each builder (or team) is allowed a maximum of **3 submissions** per prize, with at most **one submission/review per week**. |
93 | 110 | - **Feedback:** initial evaluation feedback is limited to a pass/fail indication against the success criteria. |
94 | 111 |
|
95 | | -## Dependencies |
96 | | - |
97 | | -> Add this section ONLY if this prize has hard dependencies on other |
98 | | -> L-Prizes, RFPs, R&D items, or sample apps. Omit the entire section |
99 | | -> if there are no hard deps. Format: |
100 | | -> |
101 | | -> - LP-XXXX — short reason |
102 | | -> - RFP-XXX — short reason |
103 | | -
|
104 | 112 | ## Resources |
105 | 113 |
|
106 | 114 | > Links to relevant specs, documentation, APIs, or prior work that participants should know about. |
|
0 commit comments