Skip to content

Commit 0cd198a

Browse files
update readme file
1 parent ebd1508 commit 0cd198a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,21 @@ A simple library book management system hosted on GitHub Pages with GitHub Actio
1414
3. Add a GitHub token with `repo` scope.
1515
4. Enable GitHub Pages (serve `/frontend`).
1616
5. Commit and push — you’re live!
17+
18+
---
19+
name: 📚 Library Update
20+
about: Submit a request to check out or check in a book
21+
title: "Library Update Request"
22+
labels: library
23+
assignees: ''
24+
---
25+
26+
Please fill out the JSON below with the correct values.
27+
⚠️ Do not change the field names (`barcode`, `user`, `action`).
28+
29+
```json
30+
{
31+
"barcode": "2010000000007",
32+
"user": "John Doe",
33+
"action": "checkout"
34+
}

0 commit comments

Comments
 (0)