Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.92 KB

Collaborator-Guide.md

File metadata and controls

51 lines (37 loc) · 1.92 KB

Express Collaborator Guide

Website Issues

Open issues for the expressjs.com website in https://github.com/expressjs/expressjs.com.

PRs and Code contributions

Branches

Use the master branch for bug fixes or minor work that is intended for the current release stream.

Use the correspondingly named branch, e.g. 5.0, for anything intended for a future release of Express.

Steps for contributing

  1. Create an issue for the bug you want to fix or the feature that you want to add.
  2. Create your own fork on GitHub, then checkout your fork.
  3. Write your code in your local copy. It's good practice to create a branch for each new issue you work on,