Skip to content

Commit e504a36

Browse files
committed
chore: add Open Collective funding config and support section
- Add .github/FUNDING.yml for GitHub sponsor button - Add Support section to README with Open Collective link - Add coverage script (vitest --coverage) - No functional code changes
1 parent a021fa9 commit e504a36

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
open_collective: SmartRetry

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,19 @@ npm run build
260260
## License
261261

262262
MIT
263+
264+
## Support
265+
266+
SmartRetry is maintained as open-source infrastructure software.
267+
268+
If it provides value in your projects, consider supporting its long-term maintenance:
269+
270+
👉 https://opencollective.com/SmartRetry
271+
272+
Contributions help fund:
273+
- Ongoing maintenance and bug fixes
274+
- Test infrastructure and CI
275+
- Documentation improvements
276+
- Performance validation and benchmarking
277+
278+
All development remains public and transparent.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"test": "vitest run",
3333
"test:watch": "vitest",
3434
"typecheck": "tsc --noEmit",
35+
"coverage": "vitest run --coverage",
3536
"prepublishOnly": "npm run build"
3637
},
3738
"keywords": [

0 commit comments

Comments
 (0)