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
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,23 @@ Most of the time, if webpack is not working correctly for you it is a simple con
11
11
12
12
If you are still having difficulty after looking over your configuration carefully, please post
13
13
a question to [StackOverflow with the webpack tag](http://stackoverflow.com/tags/webpack). Questions
14
-
that include your webpack.config.js and relevant files are more likely to receive responses.
14
+
that include your webpack.config.js, relevant files, and the full error message are more likely to receive responses.
15
15
16
16
**If you have discovered a bug or have a feature suggestion, please [create an issue on GitHub](https://github.com/webpack/webpack/issues/new).**
17
17
18
+
Do you want to fix an issue? Look at the issues with a tag of [X5: work required (PR / Help Wanted)](https://github.com/webpack/webpack/labels/X5%3A%20work%20required%20%28PR%20%2F%20Help%20Wanted%29). Each issue should be tagged with a difficulty tag -
19
+
20
+
- D0: My First Commit (Contribution Difficulty)
21
+
- D1: Easy (Contribution Difficulty)
22
+
- D2: Medium (Contribution Difficulty)
23
+
- D3: Hard (Contribution Difficulty)
24
+
18
25
## Contributing to the webpack ecosystem
19
26
20
-
If you have created your own loader/plugin please include it on the relevant
21
-
documentation pages:
27
+
If you have created your own loader/plugin please include it on the relevant documentation pages:
22
28
23
-
[List of loaders](https://webpack.js.org/loaders/) or [awesome-webpack](https://github.com/webpack-contrib/awesome-webpack#loaders)
24
-
[List of plugins](https://webpack.js.org/plugins) or [awesome-webpack](https://github.com/webpack-contrib/awesome-webpack#webpack-plugins)
29
+
-[List of loaders](https://webpack.js.org/loaders/) or [awesome-webpack](https://github.com/webpack-contrib/awesome-webpack#loaders)
30
+
-[List of plugins](https://webpack.js.org/plugins) or [awesome-webpack](https://github.com/webpack-contrib/awesome-webpack#webpack-plugins)
25
31
26
32
## Setup
27
33
@@ -43,7 +49,7 @@ Some things that will increase the chance that your pull request is accepted:
43
49
44
50
webpack is insanely feature rich and documentation is a huge time sink. We
45
51
greatly appreciate any time spent fixing typos or clarifying sections in the
46
-
documentation.
52
+
documentation.[See a list of issues with the documentation tag.](https://github.com/webpack/webpack/labels/documentation)
0 commit comments