You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Contributing to id-ts
1
+
# Contributing to typed-id
2
2
3
-
Thank you for considering contributing to id-ts! 🎉 We welcome contributions from everyone, whether you're fixing a bug, adding a feature, improving documentation, or just asking questions.
3
+
Thank you for considering contributing to typed-id! 🎉 We welcome contributions from everyone, whether you're fixing a bug, adding a feature, improving documentation, or just asking questions.
4
4
5
5
## 📋 Table of Contents
6
6
@@ -57,8 +57,8 @@ This project and everyone participating in it is governed by our Code of Conduct
57
57
58
58
```bash
59
59
# 1. Fork the repository on GitHub, then clone your fork
A lightweight, type-safe TypeScript library for generating prefixed IDs with customizable options. Perfect for creating consistent, identifiable IDs across your application (e.g., `user_abc123xyz`, `order_def456uvw`).
6
6
@@ -17,13 +17,13 @@ A lightweight, type-safe TypeScript library for generating prefixed IDs with cus
0 commit comments