rishil2005/github-issue-triage-env
0
1[
2 {
3 "issue_id": 1,
4 "title": "Add dark mode support",
5 "body": "It would be great if the application supported a dark mode theme. I'd love to see a toggle in settings.",
6 "expected_action": "AddLabel",
7 "expected_label": "enhancement"
8 },
9 {
10 "issue_id": 2,
11 "title": "App crashes when uploading large files",
12 "body": "Description: app crashes above 50MB. Steps to reproduce: open upload, choose large file, click upload, observe crash. Expected behavior: upload should succeed or show clear error.",
13 "expected_action": "AddLabel",
14 "expected_label": "bug"
15 },
16 {
17 "issue_id": 3,
18 "title": "Support CSV export for reports",
19 "body": "Please add CSV export support in addition to PDF for easier analysis.",
20 "expected_action": "AddLabel",
21 "expected_label": "enhancement"
22 },
23 {
24 "issue_id": 4,
25 "title": "Login page is broken",
26 "body": "The login page doesn't work. I can't log in. Please fix.",
27 "expected_action": "RequestMoreInfo",
28 "expected_label": null
29 },
30 {
31 "issue_id": 5,
32 "title": "Search results are wrong after filtering",
33 "body": "Bug report. Steps to reproduce: search invoices, apply last 7 days filter, stale results still show. Expected behavior: only last 7 days.",
34 "expected_action": "AddLabel",
35 "expected_label": "bug"
36 }
37]
38 