@@ -10,6 +10,8 @@ To develop, please pull the project, `cd` into the directory and run:
10
10
- ` npm run build ` to create a production version of the site.
11
11
- ` npm start ` to develop on a local webpack-dev-server (should be [ here] ( http://localhost:3000/ ) ).
12
12
13
+ For more information see the [ contributors page] ( https://github.com/webpack/webpack.io/blob/develop/CONTRIBUTING.md )
14
+
13
15
## Content Progress
14
16
15
17
Fully completed can be removed from this list. If there's a topic you would like to contribute in, check out the related issue and comment there.
@@ -20,18 +22,24 @@ Fully completed can be removed from this list. If there's a topic you would like
20
22
* Changelog - ![ ] ( https://img.shields.io/badge/progress-0%25-yellowgreen.svg )
21
23
* Contribute - ![ ] ( https://img.shields.io/badge/progress-10%25-yellowgreen.svg )
22
24
* Get Started - ![ ] ( https://img.shields.io/badge/progress-10%25-yellowgreen.svg ) - [ #15 ] ( https://github.com/webpack/webpack.io/issues/15 )
23
- * License - ![ ] ( https://img.shields.io/badge/progress-100%25-yellowgreen.svg )
24
25
* Writer's Guide - ![ ] ( https://img.shields.io/badge/progress-50%25-yellowgreen.svg )
25
26
27
+ #### Done
28
+
29
+ * License - ![ ] ( https://img.shields.io/badge/progress-100%25-green.svg )
30
+
26
31
### ` /api `
27
32
28
- * CLI - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #24 ] ( https://github.com/webpack/webpack.io/issues/24 )
29
33
* Configuration - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #25 ] ( https://github.com/webpack/webpack.io/issues/25 )
30
34
* Loaders - ![ ] ( https://img.shields.io/badge/progress-0%25-yellowgreen.svg ) - [ #21 ] ( https://github.com/webpack/webpack.io/issues/21 )
31
35
* Module Resolution - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #12 ] ( https://github.com/webpack/webpack.io/issues/12 )
32
36
* Node - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #23 ] ( https://github.com/webpack/webpack.io/issues/23 )
33
37
* Plugins - ![ ] ( https://img.shields.io/badge/progress-0%25-yellowgreen.svg ) - [ #37 ] ( https://github.com/webpack/webpack.io/issues/37 )
34
38
39
+ #### Done
40
+
41
+ * CLI - ![ ] ( https://img.shields.io/badge/progress-100%25-green.svg ) - [ #24 ] ( https://github.com/webpack/webpack.io/issues/24 )
42
+
35
43
### ` /concepts `
36
44
37
45
* Compared to other systems - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #48 ] ( https://github.com/webpack/webpack.io/issues/48 )
@@ -40,14 +48,15 @@ Fully completed can be removed from this list. If there's a topic you would like
40
48
* Loaders - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #50 ] ( https://github.com/webpack/webpack.io/issues/50 )
41
49
* Output - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #10 ] ( https://github.com/webpack/webpack.io/issues/10 )
42
50
* Plugins - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #51 ] ( https://github.com/webpack/webpack.io/issues/51 )
43
- * Targets - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #14 ] ( https://github.com/webpack/webpack.io/issues/14 )
51
+
52
+ #### Done
53
+
54
+ * Targets - ![ ] ( https://img.shields.io/badge/progress-100%25-green.svg ) - [ #14 ] ( https://github.com/webpack/webpack.io/issues/14 )
44
55
45
56
### ` /how-to `
46
57
47
58
* Author libraries - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #9 ] ( https://github.com/webpack/webpack.io/issues/9 )
48
- * Cache - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #2 ] ( https://github.com/webpack/webpack.io/issues/2 )
49
59
* Develop - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #26 ] ( https://github.com/webpack/webpack.io/issues/26 )
50
- * Generate a production build - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #11 ] ( https://github.com/webpack/webpack.io/issues/11 )
51
60
* Handle compatibility - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #4 ] ( https://github.com/webpack/webpack.io/issues/4 )
52
61
* Handle dependencies - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #5 ] ( https://github.com/webpack/webpack.io/issues/5 )
53
62
* Improve build performance - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #16 ] ( https://github.com/webpack/webpack.io/issues/16 )
@@ -57,6 +66,11 @@ Fully completed can be removed from this list. If there's a topic you would like
57
66
* Use with Docker - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #44 ] ( https://github.com/webpack/webpack.io/issues/44 )
58
67
* Use with third party tools - ![ ] ( https://img.shields.io/badge/progress-5%25-yellowgreen.svg ) - [ #53 ] ( https://github.com/webpack/webpack.io/issues/53 )
59
68
69
+ #### Done
70
+
71
+ * Cache - ![ ] ( https://img.shields.io/badge/progress-100%25-green.svg ) - [ #2 ] ( https://github.com/webpack/webpack.io/issues/2 )
72
+ * Generate a production build - ![ ] ( https://img.shields.io/badge/progress-100%25-green.svg ) - [ #11 ] ( https://github.com/webpack/webpack.io/issues/11 )
73
+
60
74
## Git Flow
61
75
62
76
We are using the [ git flow] ( http://nvie.com/posts/a-successful-git-branching-model/ ) branching model. Please direct all pull requests for code changes to the [ develop] ( https://github.com/webpack/webpack.io/tree/develop ) branch. [ Content] ( https://github.com/webpack/webpack.io/tree/master/src/content ) changes are fine on to make on master.
0 commit comments