Next.js Discord

Discord Forum

What should I make sure before I contribute to Next.js.

Answered
Ping me for help posted this in #help-forum
Open in Discord
Avatar
Ping me for helpOP
I want to contribute to next.js So I can understand its code, and fix errors in the package by myself whenever needed.

So should I first contribute(or atleast understand) the source code of react.js?
Answered by joulev
depending on what you want to contribute.

to contribute to documentation: no need, you just edit markdown files anyway

to contribute to nextjs-specific stuff: no need. you don't need internal react knowledges to contribute to how generateMetadata works

to contribute to the react-nextjs integration, i'd say yes
View full answer

1 Reply

Avatar
joulev
depending on what you want to contribute.

to contribute to documentation: no need, you just edit markdown files anyway

to contribute to nextjs-specific stuff: no need. you don't need internal react knowledges to contribute to how generateMetadata works

to contribute to the react-nextjs integration, i'd say yes
Answer