mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Fix backlog item YAML frontmatter format
- Add missing github_issue field to all backlog items - Fix dependencies field format to match template - Ensure proper YAML frontmatter structure for VibeSafe integration
This commit is contained in:
parent
26ca1a6930
commit
9f44a3df11
3 changed files with 6 additions and 3 deletions
|
|
@ -6,7 +6,8 @@ priority: "High"
|
|||
created: "2025-08-15"
|
||||
last_updated: "2025-08-15"
|
||||
owner: "Neil Lawrence"
|
||||
dependencies: ["lfm-kernel-code-review"]
|
||||
github_issue: ""
|
||||
dependencies: "lfm-kernel-code-review"
|
||||
tags:
|
||||
- lfm
|
||||
- kernel
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@ priority: "High"
|
|||
created: "2025-08-15"
|
||||
last_updated: "2025-08-15"
|
||||
owner: "Neil Lawrence"
|
||||
dependencies: ["design-modern-lfm-kernel"]
|
||||
github_issue: ""
|
||||
dependencies: "design-modern-lfm-kernel"
|
||||
tags:
|
||||
- lfm
|
||||
- kernel
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@ priority: "High"
|
|||
created: "2025-08-15"
|
||||
last_updated: "2025-08-15"
|
||||
owner: "Neil Lawrence"
|
||||
dependencies: []
|
||||
github_issue: ""
|
||||
dependencies: ""
|
||||
tags:
|
||||
- lfm
|
||||
- kernel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue