Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hubot-js/gear-code-review
A Hubot gear for handle with over the shoulder code reviews
https://github.com/hubot-js/gear-code-review
chatbot chatops code-review hubot-gear hubot-js
Last synced: 5 days ago
JSON representation
A Hubot gear for handle with over the shoulder code reviews
- Host: GitHub
- URL: https://github.com/hubot-js/gear-code-review
- Owner: hubot-js
- License: mit
- Created: 2017-11-26T23:56:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T02:17:48.000Z (over 6 years ago)
- Last Synced: 2024-12-13T19:09:34.377Z (about 1 month ago)
- Topics: chatbot, chatops, code-review, hubot-gear, hubot-js
- Language: JavaScript
- Size: 1.21 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gear-code-review
A Hubot gear for handle with over the shoulder code reviews[![Build Status](https://travis-ci.org/hubot-js/gear-code-review.svg?branch=master)](https://travis-ci.org/hubot-js/gear-code-review) [![npm](https://img.shields.io/npm/v/gear-code-review.svg)](https://www.npmjs.com/package/gear-code-review) [![dependencies Status](https://david-dm.org/hubot-js/gear-code-review/status.svg)](https://david-dm.org/hubot-js/gear-code-review) [![devDependencies Status](https://david-dm.org/hubot-js/gear-code-review/dev-status.svg)](https://david-dm.org/hubot-js/gear-code-review?type=dev)
> A Hubot gear for handle with over the shoulder code reviews
This is a gear to add to hubot.js the ability to ask for reviews. If you do not know the hubot.js or do not know what they are gears like this [click here](https://github.com/hubot-js/hubot.js/blob/master/README.md) for more details.
![ask-for-review](media/ask-for-review.gif)
## Configuration
Some settings are required. They can be made by Slack using the following command:
```
configure code-review
```
![configure](media/configure.png)These settings are stored, so you just need to do them once. But if necessary can make them again.
## Usage
### Request review
```
code review
```![ask-for-review](media/ask-for-review.png)
### Do a review
```
I do the review
```![do-review](media/do-review.png)
### Review queue```
review queue
```![review-queue](media/review-queue.png)
### Review ranking
```
review ranking
```![review](media/review-ranking.png)
## Meta
Robson Bittencourt - @rluizv - [email protected]Distributed under the MIT license. See [LICENSE](LICENSE) for more information.
https://github.com/hubot-js/gear-code-review