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
+95Lines changed: 95 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,98 @@ Thanks for considering contributing!
13
13
2. Create a new branch
14
14
3. Make your changes
15
15
4. Submit a Pull Request
16
+
17
+
# 🤝 Contribute to WebDev Power Kit
18
+
19
+
Welcome to the official contribution guide for **WebDev Power Kit** — a modular, TypeScript-powered toolkit for modern web developers. Whether you’re a beginner or an experienced dev, we’d love your input. 💡
20
+
21
+
---
22
+
23
+
## 🧠 Why Contribute?
24
+
25
+
WebDev Power Kit helps simplify common browser tasks and utility features. By contributing:
26
+
27
+
* You help build a stronger dev toolkit for everyone 🔧
28
+
* You get your name featured in a fast-growing OSS project 🏆
29
+
* You gain open-source experience for your resume 💼
📩 [Report a Bug](https://github.com/dev-aditya-lab/webdev-power-kit/issues/new?template=bug_report.yml)
71
+
72
+
---
73
+
74
+
### 💬 Ask a Question
75
+
76
+
Need help understanding a feature or usage?
77
+
78
+
* Ask your question
79
+
* Mention what you’ve already tried
80
+
81
+
📩 [Ask a Question](https://github.com/dev-aditya-lab/webdev-power-kit/issues/new?template=question.yml)
82
+
83
+
84
+
---
85
+
86
+
## 🛠 Tips for Developers
87
+
88
+
If you're planning to contribute code:
89
+
90
+
* Follow the **modular structure**: each feature in its own folder with `index.ts`
91
+
* Use **TypeScript** and include **error handling**
92
+
* Add **JSDoc comments**
93
+
* Keep it framework-agnostic (React examples only in docs)
94
+
95
+
📦 All exported files should go through `/src/` and use clear file names.
96
+
97
+
---
98
+
99
+
## 🙌 Thank You!
100
+
101
+
Every suggestion, report, or idea helps make WebDev Power Kit better for everyone.
102
+
Let’s build a toolkit devs love to use. ❤️
103
+
104
+
> 💬 For any private requests or collaboration, feel free to reach out on [GitHub Discussions](https://github.com/dev-aditya-lab/webdev-power-kit/discussions)
105
+
106
+
📢 **Star the repo** if you like it → [GitHub Repo](https://github.com/dev-aditya-lab/webdev-power-kit)
0 commit comments