Skip to content

Commit 2daec81

Browse files
committed
rename contribute
1 parent 5c72fff commit 2daec81

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

src/content/contribute/index.md renamed to src/content/contribute/index.mdx

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,18 @@ contributors:
1313
The people who contribute to webpack do so for the love of open source, our users and ecosystem, and most importantly, pushing the web forward together. Because of our [Open Collective](https://opencollective.com/webpack) model for funding and transparency, we are able to funnel support and funds through contributors, dependent projects, and the contributor and core teams. To make a donation, click the button below...
1414

1515
<div align="center">
16-
<a href="https://opencollective.com/webpack/donate" target="_blank">
17-
<img src="https://opencollective.com/webpack/donate/[email protected]?color=blue" width=300 />
18-
</a>
16+
17+
<a
18+
href="https://opencollective.com/webpack/donate"
19+
target="_blank"
20+
rel="noopenner noreferrer"
21+
>
22+
<img
23+
src="https://opencollective.com/webpack/donate/[email protected]?color=blue"
24+
width={300}
25+
/>
26+
</a>
27+
1928
</div>
2029

2130
But what is the return on the investment?
@@ -52,8 +61,6 @@ The remainder of this section of the site is dedicated to developers such as you
5261

5362
CTO's, VPs, and owners can help too!
5463

55-
<!-- add slides here regarding monetary value/dev time/tooling -->
56-
5764
webpack is an all-in-one tool for bundling your code. It can handle fonts, images, data and more with the help of community-driven plugins and loaders. Having all of your assets be handled by one tool is immensely helpful, as you or your team can spend less time making sure a machine with many moving parts is working correctly and more time building your product.
5865

5966
### Sponsorship
@@ -69,8 +76,6 @@ You can also encourage your developers to contribute to the ecosystem by open-so
6976

7077
To anyone else who is interested in helping our mission – e.g. venture capitalists, government entities, digital agencies, etc. – we would love for you to work with us, one of the top npm packages, to improve your product! Please don't hesitate to reach out with questions.
7178

72-
<!-- add slides here -->
73-
7479
## Pull requests
7580

7681
Documentation of webpack features and changes is now being updated as webpack evolves. An automated issue creation integration was established and proven to be effective in the recent years.

0 commit comments

Comments
 (0)