We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd1508 commit 0cd198aCopy full SHA for 0cd198a
1 file changed
README.md
@@ -14,3 +14,21 @@ A simple library book management system hosted on GitHub Pages with GitHub Actio
14
3. Add a GitHub token with `repo` scope.
15
4. Enable GitHub Pages (serve `/frontend`).
16
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