chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:39:17 +08:00
commit 4ed4e9ff99
1368 changed files with 334957 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Task
`credit_note.sh` formats a credit note incorrectly:
- It prints a debit label instead of a credit label.
- It preserves the sign instead of always showing the credited amount as positive.
Use the smallest correct fix, then run this exact verification command from the `repo/` directory:
`sh tests/test_credit_note.sh`
If you use `apply_patch`, the patch paths must still be relative to the sandbox workspace root. That means the file paths should be `repo/credit_note.sh` and `repo/tests/test_credit_note.sh`.
Do not change the test expectations.