https://github.com/hubot-archive/hubot-bikeshed
Hubot has an opinion on your bikeshed color
https://github.com/hubot-archive/hubot-bikeshed
Last synced: 2 months ago
JSON representation
Hubot has an opinion on your bikeshed color
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-bikeshed
- Owner: hubot-archive
- License: mit
- Created: 2014-06-13T16:37:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:07:38.000Z (over 2 years ago)
- Last Synced: 2025-03-24T15:21:53.506Z (3 months ago)
- Language: CoffeeScript
- Size: 308 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot: hubot-bikeshed
[](https://travis-ci.org/jjasghar/hubot-bikeshed)
A script to pull a suggestion from bikeshed.io and also explain what bikeshedding is.
See [`src/bikeshed.coffee`](src/bikeshed.coffee) for full documentation.
## Installation
Add **hubot-bikeshed** to your `package.json` file:
```json
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-bikeshed": ">= 0.0.0"
}
```Add **hubot-bikeshed** to your `external-scripts.json`:
```json
["hubot-bikeshed"]
```Run `npm install hubot-bikeshed`
## Sample Interaction
```
user1> It seems like we are bikeshedding this problem....
Hubot> If we are talking about bikesheds, I suggest we should use #695DCE, for you humans, http://www.color-hex.com/color/695DCE
user1> What is bikeshedding?
Hubot> The term was coined as a metaphor to illuminate Parkinson’s Law of Triviality. Parkinson observed that a committee whose job is to approve plans for a nuclear power plant may spend the majority of its time on relatively unimportant but easy-to-grasp issues, such as what materials to use for the staff bikeshed, while neglecting the design of the power plant itself, which is far more important but also far more difficult to criticize constructively. It was popularized in the Berkeley Software Distribution community by Poul Henning-Kamp and has spread from there to the software industry at large.
Hubot> If we are talking about bikesheds, I suggest we should use #1EF480, for you humans, http://www.color-hex.com/color/1EF480
```