Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(contributing): clarify teams for joiners #4303

Merged
merged 1 commit into from Sep 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -85,11 +85,13 @@ The Fastify structure is detailed in the [GOVERNANCE](GOVERNANCE.md) document.
Welcome to the team! We are happy to have you. Before you start, please complete
the following tasks:
1. Set up 2 factor authentication for GitHub and NPM
- [GitHub
- [GitHub
2FA](https://help.github.com/en/articles/securing-your-account-with-two-factor-authentication-2fa)
- [NPM 2FA](https://docs.npmjs.com/about-two-factor-authentication)
- [NPM 2FA](https://docs.npmjs.com/about-two-factor-authentication)
2. Choose which team to join *(more than one is ok!)* based on how you want to
help.
- Core team: maintains the Fastify core and its documentation
- Plugins team: maintains the Fastify's plugins and its ecosystem
3. Open a pull request to
[`fastify/fastify:HEAD`](https://github.com/fastify/fastify/pulls) that adds
your name, username, and email to the team you have choosen in the
Expand Down