Skip to content

Commit 8a075a2

Browse files
authored
Edit CONTRIBUTING to add help wanted issue labels
1 parent 15ab027 commit 8a075a2

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,31 @@ Most of the time, if webpack is not working correctly for you it is a simple con
1111

1212
If you are still having difficulty after looking over your configuration carefully, please post
1313
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.
1515

1616
**If you have discovered a bug or have a feature suggestion, please [create an issue on GitHub](https://github.com/webpack/webpack/issues/new).**
1717

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 (Contrib. Difficulty)
21+
- D1: Easy (Contrib. Difficulty)
22+
- D2: Medium (Contrib. Difficulty)
23+
- D3: Hard (Contrib. Difficulty)
24+
1825
## Contributing to the webpack ecosystem
1926

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:
2228

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)
2531

2632
## Setup
2733

2834
```bash
2935
git clone https://github.com/webpack/webpack.git
3036
cd webpack
3137
npm install -g yarn
32-
yarn install
38+
yarn
3339
yarn link
3440
yarn link webpack
3541
```
@@ -56,7 +62,7 @@ Some things that will increase the chance that your pull request is accepted:
5662

5763
webpack is insanely feature rich and documentation is a huge time sink. We
5864
greatly appreciate any time spent fixing typos or clarifying sections in the
59-
documentation.
65+
documentation. [See a list of issues with the documentation tag.](https://github.com/webpack/webpack/labels/documentation)
6066

6167
## Discussions
6268

0 commit comments

Comments
 (0)