This commit is contained in:
Tiara Rodney 2026-03-15 03:02:41 +01:00
commit 932d4ad420
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
46 changed files with 5800 additions and 0 deletions

View file

@ -0,0 +1,54 @@
--ISSUE
Content-Type: application/sprints
Sprints:
- Name: Sprint Alpha
Range: 2026-02-01..2026-02-14
--ISSUE
Content-Type: application/modules
Modules:
- Name: General
Path: .
- Name: Frontend
Path: src/frontend
- Name: Backend
Path: src/backend
--ISSUE
Content-Type: application/bugzilla
URL: https://bugzilla.example.com
Mappings:
- Module: General
Product: MyProject
Component: General
- Module: Frontend
Product: MyProject
Component: Frontend
- Module: Backend
Product: MyProject
Component: Backend
--ISSUE
Content-Type: application/issue
ID: 1
Type: feature
Title: Add streaming parser
Status: open
Priority: high
Created: 2026-02-05
Module: Frontend
Relationships:
Description: Implement streaming JSON parser.
Must support SAX-like events.
--ISSUE
Content-Type: application/issue
ID: 2
Type: bugfix
Title: Fix API crash
Status: in-progress
Priority: medium
Created: 2026-02-06
Module: Backend
Relationships:
Description: Fix null pointer in request handler.