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
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,53 @@ of the content
28
28
- formatting: help keep content easy to read with consistent formatting
29
29
- code: Fix issues or contribute new features to this or any related projects
30
30
31
+
# Project structure
32
+
33
+
Gulp itself is tiny: index.js contains [very few lines of code](https://github.com/gulpjs/gulp/blob/4.0/index.js).
34
+
It is powered by a few other libraries which each handle a few specific tasks
35
+
each.
36
+
37
+
You can view all issues with the "help wanted" label across all gulp projects
0 commit comments