Some checks failed
CI / go (push) Waiting to run
CI / docker (push) Waiting to run
CI / lint-go (push) Waiting to run
CI / lint-docs (push) Waiting to run
CI / check-paperclip (push) Waiting to run
Deploy static site / Deploy to GitHub Pages (push) Has been cancelled
Deploy static site / Deploy via Docker to hatch.surf (push) Has been cancelled
Resolved conflicts by taking GitHub versions for: - .dockerignore, .gitignore, Dockerfile, README.md, docker-compose.yml Kept deploy.sh updated to: - Pull from GitHub (primary source) - Push to Gitea (push-mirror) - Build from site/ directory (GitHub structure) Co-Authored-By: Paperclip <noreply@paperclip.ing>
32 lines
1.7 KiB
Markdown
32 lines
1.7 KiB
Markdown
---
|
|
title: Next.js Community
|
|
nav_title: Community
|
|
description: Get involved in the Next.js community.
|
|
---
|
|
|
|
With over 5 million weekly downloads, Next.js has a large and active community of developers across the world. Here's how you can get involved in our community:
|
|
|
|
## Contributing
|
|
|
|
There are a couple of ways you can contribute to the development of Next.js:
|
|
|
|
- [Documentation](/docs/community/contribution-guide): Suggest improvements or even write new sections to help our users understand how to use Next.js.
|
|
- [Examples](https://github.com/vercel/next.js/tree/canary/examples): Help developers integrate Next.js with other tools and services by creating a new example or improving an existing one.
|
|
- [Codebase](https://github.com/vercel/next.js/tree/canary/contributing/core): Learn more about the underlying architecture, contribute to bug fixes, errors, and suggest new features.
|
|
|
|
## Discussions
|
|
|
|
If you have a question about Next.js, or want to help others, you're always welcome to join the conversation:
|
|
|
|
- [GitHub Discussions](https://github.com/vercel/next.js/discussions)
|
|
- [Discord](https://discord.com/invite/bUG2bvbtHy)
|
|
- [Reddit](https://www.reddit.com/r/nextjs)
|
|
|
|
## Social Media
|
|
|
|
Follow Next.js on [Twitter](https://x.com/nextjs) for the latest updates, and subscribe to the [Vercel YouTube channel](https://www.youtube.com/@VercelHQ) for Next.js videos.
|
|
|
|
## Code of Conduct
|
|
|
|
We believe in creating an inclusive, welcoming community. As such, we ask all members to adhere to our [Code of Conduct](https://github.com/vercel/next.js/blob/canary/CODE_OF_CONDUCT.md). This document outlines our expectations for participant behavior. We invite you to read it and help us maintain a safe and respectful environment.
|