# node-review **Repository Path**: mirrors_nodejs/node-review ## Basic Information - **Project Name**: node-review - **Description**: A browser extension that generates the metadata required for landing a Node.js Pull Request - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-review Generate review metadata for a Node.js repository. ## Install ```bash $ git clone git://github.com/nodejs/node-review $ cd node-review ``` ### Google Chrome Open `chrome://extensions` in Google Chrome and "Load unpacked extension..." > If you cannot find "Load unpacked extension..." make sure you have "Developer mode" selected in the top right corner select the folder the git repo is found in. ### Microsoft Edge Open the "..." menu in Microsoft Edge, click "Extensions", then clean "Load extension" > If you cannot find "Load extension" open `about:flags` in Microsoft Edge and make sure you have "Enable extension developer features (this might put your device at risk)" selected. select the folder the git repo is found in. ## Usage The extension will be disabled unless you are on the "Conversation" tab in the pull request (https://github.com/nodejs/node/pull/xxxx). ## Author Evan Lucas ## License MIT