You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title_announcement: "[email protected]: Now the Default on npm with LTS Timeline"
2
-
body_announcement: "Express 5.1.0 is now the default on npm, and we're introducing an official LTS schedule for the v4 and v5 release lines. <a href='https://expressjs.com/2025/03/31/v5-1-latest-release.html'>Check out our latest blog for more information.</a>"
3
-
community-caveat-alert: "This information refers to third-party sites, products, or modules that are not maintained by the Expressjs team. Listing here does not constitute an endorsement or recommendation from the Expressjs project team."
4
-
warning: 'Warning'
5
-
note: 'Note'
6
-
caution: 'Caution'
7
-
i18n_notice: "This document might be outdated relative to the documentation in English. For the latest updates, please refer to the"
8
-
i18n_notice_link_text: "documentation in english"
1
+
title_announcement: "[email protected]: Agora o Padrão no npm com LTS Timeline"
2
+
body_announcement: "Expresse 5.1.0 agora é o padrão do npm, e estamos introduzindo um cronograma oficial de LTS para as linhas de lançamento v4 e v5. <a href='https://expressjs.com/2025/03/31/v5-1-latest-release.html'>Confira nosso último blog para obter mais informações.</a>"
3
+
community-caveat-alert: "Esta informação refere-se a sites de terceiros, produtos ou módulos que não são mantidos pela equipe do Expressjs. A listagem aqui não constitui um endosso ou recomendação da equipe de projeto Expressjs."
4
+
warning: 'Atenção'
5
+
note: 'Observação'
6
+
caution: 'Atenção'
7
+
i18n_notice: "Este documento pode estar desatualizado em relação à documentação em inglês. Para as últimas atualizações, por favor consulte o"
Copy file name to clipboardExpand all lines: de/resources/contributing.md
+47-27Lines changed: 47 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,26 @@ The list can be found at [https://github.com/expressjs/discussions/blob/HEAD/doc
182
182
183
183
The list can be found at [https://github.com/expressjs/discussions/blob/HEAD/docs/contributing/captains_and_committers.md#current-initiative-captains](https://github.com/expressjs/discussions/blob/HEAD/docs/contributing/captains_and_committers.md#current-initiative-captains)
184
184
185
+
### Inactivity and Emeritus Policy for Any Role
186
+
187
+
To support the health and continuity of the project, all individuals holding a role within the community (such as Triager, Committer, WG member, Project Captain, or TC member) are encouraged to maintain active participation.
188
+
189
+
Inactivity is defined as the absence of meaningful involvement in the project—such as contributions, code reviews, triage, meeting attendance, or discussion participation—for a continuous period of 6 months.
190
+
191
+
#### Exceptions
192
+
193
+
Anyone may request a temporary leave from active participation due to personal or professional reasons. In such cases, the individual should inform the relevant team or the Technical Committee (TC). During this time, the inactivity policy is paused, and the individual will not be flagged as inactive.
194
+
195
+
#### Inactivity Process
196
+
197
+
- If someone is deemed inactive, the individual may be transitioned to an emeritus role that reflects their past contributions. A best effort will be made to inform them that this has occurred. They may request to be reinstated when they are ready to be active again.
198
+
- The emeritus status helps preserve a clear record of contributors who have meaningfully shaped the project over time.
199
+
200
+
#### Accountability
201
+
202
+
- The Technical Committee (TC) and the respective captains of each package/team are responsible for assessing activity levels and enacting this policy fairly and transparently, in coordination with other relevant teams.
203
+
- In case of disagreement, the situation can be discussed and resolved by consensus within the TC or appropriate team.
204
+
185
205
### Developer's Certificate of Origin 1.1
186
206
187
207
```text
@@ -237,18 +257,18 @@ a future release of Express.
237
257
### Steps for contributing
238
258
239
259
1. Create an issue for the
240
-
bug you want to fix or the feature that you want to add.
260
+
bug you want to fix or the feature that you want to add.
241
261
2. Create your own fork on GitHub, then
242
-
checkout your fork.
262
+
checkout your fork.
243
263
3. Write your code in your local copy. It's good practice to create a branch for
244
-
each new issue you work on, although not compulsory.
264
+
each new issue you work on, although not compulsory.
245
265
4. To run the test suite, first install the dependencies by running `npm install`,
246
-
then run `npm test`.
266
+
then run `npm test`.
247
267
5. Ensure your code is linted by running `npm run lint` -- fix any issue you
248
-
see listed.
268
+
see listed.
249
269
6. If the tests pass, you can commit your changes to your fork and then create
250
-
a pull request from there. Make sure to reference your issue from the pull
251
-
request comments by including the issue number e.g. `#123`.
270
+
a pull request from there. Make sure to reference your issue from the pull
271
+
request comments by including the issue number e.g. `#123`.
252
272
253
273
### Issues which are questions
254
274
@@ -346,22 +366,22 @@ This is the contribution documentation for the [expressjs.com](https://github.co
346
366
#### Need some ideas? These are some typical issues.
347
367
348
368
1.**Website issues**: If you see anything on the site that could use a tune-up, think about how to fix it.
349
-
- Display or screen sizing problems
350
-
- Mobile responsiveness issues
351
-
- Missing or broken accessibility features
352
-
- Website outages
353
-
- Broken links
354
-
- Page structure or user interface enhancements
369
+
- Display or screen sizing problems
370
+
- Mobile responsiveness issues
371
+
- Missing or broken accessibility features
372
+
- Website outages
373
+
- Broken links
374
+
- Page structure or user interface enhancements
355
375
356
376
2.**Content Issues**: Fix anything related to site content or typos.
357
-
- Spelling errors
358
-
- Incorrect/outdated Express JS documentation
359
-
- Missing content
377
+
- Spelling errors
378
+
- Incorrect/outdated Express JS documentation
379
+
- Missing content
360
380
361
381
3.**Translation Issues**: Fix any translation errors or contribute new content.
362
-
- Fix spelling errors
363
-
- Fix incorrect/poorly translated words
364
-
- Check out the [Contributing translations](#contributing-translations) section below for a contributing guide.
382
+
- Fix spelling errors
383
+
- Fix incorrect/poorly translated words
384
+
- Check out the [Contributing translations](#contributing-translations) section below for a contributing guide.
365
385
366
386
#### Want to work on a backlog issue?
367
387
@@ -384,12 +404,12 @@ The steps below will guide you through the Expressjs.com contribution process.
384
404
So you've found a problem that you want to fix, or have a site enhancement you want to make.
385
405
386
406
1. If you want to get feedback or discuss, open a discussion [issue](https://github.com/expressjs/expressjs.com/issues/new/choose) prior to starting work. This is not required, but encouraged for larger proposals.
387
-
- While we highly encourage this step, it is only for submissions proposing significant change. It helps us to clarify and focus the work, and ensure it aligns with overall project priorities.
388
-
- For submissions proposing minor improvements or corrections, this is not needed. You can skip this step.
389
-
- When opening an issue please give it a title and fill in the description section. The more details you provide, the more feedback we can give.
407
+
- While we highly encourage this step, it is only for submissions proposing significant change. It helps us to clarify and focus the work, and ensure it aligns with overall project priorities.
408
+
- For submissions proposing minor improvements or corrections, this is not needed. You can skip this step.
409
+
- When opening an issue please give it a title and fill in the description section. The more details you provide, the more feedback we can give.
390
410
391
411
2. After receiving your issue the Express JS documentation team will respond with feedback. We read every submission and always try to respond quickly with feedback.
392
-
- For submissions proposing significant change, we encourage you to follow the review process before starting work.
412
+
- For submissions proposing significant change, we encourage you to follow the review process before starting work.
393
413
394
414
#### Step 2: Get the Application Code Base
395
415
@@ -434,12 +454,12 @@ The Express JS website is built using [Jekyll](https://jekyllrb.com/) and is hos
434
454
Now you'll need a way to see your changes, which means you'll need a running version of the application. You have two options.
435
455
436
456
1.**Run Locally**: This gets the local version of the application up and running on your machine. Follow our [Local Setup Guide](https://github.com/expressjs/expressjs.com?tab=readme-ov-file#build-the-website-locally) to use this option.
437
-
- This is the recommended option for moderate to complex work.
457
+
- This is the recommended option for moderate to complex work.
438
458
439
459
2.**Run using Deploy Preview**: Use this option if you don't want to bother with a local installation. Part of our continuous integration pipeline includes [Netlify Deploy Preview](https://docs.netlify.com/site-deploys/deploy-previews/).
440
-
1. To use this you'll need to get your changes online - after you've made your first commit on your feature branch, make a _draft_ pull request.
441
-
2. After the build steps are complete, you'll have access to a **Deploy Preview** tab that will run your changes on the web, rebuilding after each commit is pushed.
442
-
3. After you are completely done your work and it's ready for review, remove the draft status on your pull request and submit your work.
460
+
1. To use this you'll need to get your changes online - after you've made your first commit on your feature branch, make a _draft_ pull request.
461
+
2. After the build steps are complete, you'll have access to a **Deploy Preview** tab that will run your changes on the web, rebuilding after each commit is pushed.
462
+
3. After you are completely done your work and it's ready for review, remove the draft status on your pull request and submit your work.
Copy file name to clipboardExpand all lines: es/resources/contributing.md
+47-27Lines changed: 47 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,26 @@ The list can be found at [https://github.com/expressjs/discussions/blob/HEAD/doc
182
182
183
183
The list can be found at [https://github.com/expressjs/discussions/blob/HEAD/docs/contributing/captains_and_committers.md#current-initiative-captains](https://github.com/expressjs/discussions/blob/HEAD/docs/contributing/captains_and_committers.md#current-initiative-captains)
184
184
185
+
### Inactivity and Emeritus Policy for Any Role
186
+
187
+
To support the health and continuity of the project, all individuals holding a role within the community (such as Triager, Committer, WG member, Project Captain, or TC member) are encouraged to maintain active participation.
188
+
189
+
Inactivity is defined as the absence of meaningful involvement in the project—such as contributions, code reviews, triage, meeting attendance, or discussion participation—for a continuous period of 6 months.
190
+
191
+
#### Exceptions
192
+
193
+
Anyone may request a temporary leave from active participation due to personal or professional reasons. In such cases, the individual should inform the relevant team or the Technical Committee (TC). During this time, the inactivity policy is paused, and the individual will not be flagged as inactive.
194
+
195
+
#### Inactivity Process
196
+
197
+
- If someone is deemed inactive, the individual may be transitioned to an emeritus role that reflects their past contributions. A best effort will be made to inform them that this has occurred. They may request to be reinstated when they are ready to be active again.
198
+
- The emeritus status helps preserve a clear record of contributors who have meaningfully shaped the project over time.
199
+
200
+
#### Accountability
201
+
202
+
- The Technical Committee (TC) and the respective captains of each package/team are responsible for assessing activity levels and enacting this policy fairly and transparently, in coordination with other relevant teams.
203
+
- In case of disagreement, the situation can be discussed and resolved by consensus within the TC or appropriate team.
204
+
185
205
### Developer's Certificate of Origin 1.1
186
206
187
207
```text
@@ -237,18 +257,18 @@ a future release of Express.
237
257
### Steps for contributing
238
258
239
259
1. Create an issue for the
240
-
bug you want to fix or the feature that you want to add.
260
+
bug you want to fix or the feature that you want to add.
241
261
2. Create your own fork on GitHub, then
242
-
checkout your fork.
262
+
checkout your fork.
243
263
3. Write your code in your local copy. It's good practice to create a branch for
244
-
each new issue you work on, although not compulsory.
264
+
each new issue you work on, although not compulsory.
245
265
4. To run the test suite, first install the dependencies by running `npm install`,
246
-
then run `npm test`.
266
+
then run `npm test`.
247
267
5. Ensure your code is linted by running `npm run lint` -- fix any issue you
248
-
see listed.
268
+
see listed.
249
269
6. If the tests pass, you can commit your changes to your fork and then create
250
-
a pull request from there. Make sure to reference your issue from the pull
251
-
request comments by including the issue number e.g. `#123`.
270
+
a pull request from there. Make sure to reference your issue from the pull
271
+
request comments by including the issue number e.g. `#123`.
252
272
253
273
### Issues which are questions
254
274
@@ -346,22 +366,22 @@ This is the contribution documentation for the [expressjs.com](https://github.co
346
366
#### Need some ideas? These are some typical issues.
347
367
348
368
1.**Website issues**: If you see anything on the site that could use a tune-up, think about how to fix it.
349
-
- Display or screen sizing problems
350
-
- Mobile responsiveness issues
351
-
- Missing or broken accessibility features
352
-
- Website outages
353
-
- Broken links
354
-
- Page structure or user interface enhancements
369
+
- Display or screen sizing problems
370
+
- Mobile responsiveness issues
371
+
- Missing or broken accessibility features
372
+
- Website outages
373
+
- Broken links
374
+
- Page structure or user interface enhancements
355
375
356
376
2.**Content Issues**: Fix anything related to site content or typos.
357
-
- Spelling errors
358
-
- Incorrect/outdated Express JS documentation
359
-
- Missing content
377
+
- Spelling errors
378
+
- Incorrect/outdated Express JS documentation
379
+
- Missing content
360
380
361
381
3.**Translation Issues**: Fix any translation errors or contribute new content.
362
-
- Fix spelling errors
363
-
- Fix incorrect/poorly translated words
364
-
- Check out the [Contributing translations](#contributing-translations) section below for a contributing guide.
382
+
- Fix spelling errors
383
+
- Fix incorrect/poorly translated words
384
+
- Check out the [Contributing translations](#contributing-translations) section below for a contributing guide.
365
385
366
386
#### Want to work on a backlog issue?
367
387
@@ -384,12 +404,12 @@ The steps below will guide you through the Expressjs.com contribution process.
384
404
So you've found a problem that you want to fix, or have a site enhancement you want to make.
385
405
386
406
1. If you want to get feedback or discuss, open a discussion [issue](https://github.com/expressjs/expressjs.com/issues/new/choose) prior to starting work. This is not required, but encouraged for larger proposals.
387
-
- While we highly encourage this step, it is only for submissions proposing significant change. It helps us to clarify and focus the work, and ensure it aligns with overall project priorities.
388
-
- For submissions proposing minor improvements or corrections, this is not needed. You can skip this step.
389
-
- When opening an issue please give it a title and fill in the description section. The more details you provide, the more feedback we can give.
407
+
- While we highly encourage this step, it is only for submissions proposing significant change. It helps us to clarify and focus the work, and ensure it aligns with overall project priorities.
408
+
- For submissions proposing minor improvements or corrections, this is not needed. You can skip this step.
409
+
- When opening an issue please give it a title and fill in the description section. The more details you provide, the more feedback we can give.
390
410
391
411
2. After receiving your issue the Express JS documentation team will respond with feedback. We read every submission and always try to respond quickly with feedback.
392
-
- For submissions proposing significant change, we encourage you to follow the review process before starting work.
412
+
- For submissions proposing significant change, we encourage you to follow the review process before starting work.
393
413
394
414
#### Step 2: Get the Application Code Base
395
415
@@ -434,12 +454,12 @@ The Express JS website is built using [Jekyll](https://jekyllrb.com/) and is hos
434
454
Now you'll need a way to see your changes, which means you'll need a running version of the application. You have two options.
435
455
436
456
1.**Run Locally**: This gets the local version of the application up and running on your machine. Follow our [Local Setup Guide](https://github.com/expressjs/expressjs.com?tab=readme-ov-file#build-the-website-locally) to use this option.
437
-
- This is the recommended option for moderate to complex work.
457
+
- This is the recommended option for moderate to complex work.
438
458
439
459
2.**Run using Deploy Preview**: Use this option if you don't want to bother with a local installation. Part of our continuous integration pipeline includes [Netlify Deploy Preview](https://docs.netlify.com/site-deploys/deploy-previews/).
440
-
1. To use this you'll need to get your changes online - after you've made your first commit on your feature branch, make a _draft_ pull request.
441
-
2. After the build steps are complete, you'll have access to a **Deploy Preview** tab that will run your changes on the web, rebuilding after each commit is pushed.
442
-
3. After you are completely done your work and it's ready for review, remove the draft status on your pull request and submit your work.
460
+
1. To use this you'll need to get your changes online - after you've made your first commit on your feature branch, make a _draft_ pull request.
461
+
2. After the build steps are complete, you'll have access to a **Deploy Preview** tab that will run your changes on the web, rebuilding after each commit is pushed.
462
+
3. After you are completely done your work and it's ready for review, remove the draft status on your pull request and submit your work.
0 commit comments