Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistencies in the background add-on README #3080

Merged
merged 2 commits into from
Feb 25, 2018
Merged

Fix inconsistencies in the background add-on README #3080

merged 2 commits into from
Feb 25, 2018

Conversation

hexpunk
Copy link

@hexpunk hexpunk commented Feb 25, 2018

Issue:
It looks like the text for the background README file was copy/pasted from the centered add-on and some text was left unchanged.

What I did

I updated the text to describe the background add-on instead of the centered add-on. I also updated the installation command to match the rest of the add-ons.

How to test

N/A

Is this testable with jest or storyshots?
No

Does this need a new example in the kitchen sink apps?
No

Does this need an update to the documentation?
This is an update to the documentation.

If your answer is yes to any of these, please make sure to include it in your PR.

@@ -3,13 +3,13 @@
[![Build Status on CircleCI](https://circleci.com/gh/storybooks/storybook.svg?style=shield)](https://circleci.com/gh/storybooks/storybook)
[![CodeFactor](https://www.codefactor.io/repository/github/storybooks/storybook/badge)](https://www.codefactor.io/repository/github/storybooks/storybook)
[![Known Vulnerabilities](https://snyk.io/test/github/storybooks/storybook/8f36abfd6697e58cd76df3526b52e4b9dc894847/badge.svg)](https://snyk.io/test/github/storybooks/storybook/8f36abfd6697e58cd76df3526b52e4b9dc894847)
[![BCH compliance](https://bettercodehub.com/edge/badge/storybooks/storybook)](https://bettercodehub.com/results/storybooks/storybook) [![codecov](https://codecov.io/gh/storybooks/storybook/branch/master/graph/badge.svg)](https://codecov.io/gh/storybooks/storybook)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was just my editor removing trailing whitespace.

@codecov
Copy link

codecov bot commented Feb 25, 2018

Codecov Report

Merging #3080 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #3080   +/-   ##
======================================
  Coverage    35.6%   35.6%           
======================================
  Files         420     420           
  Lines        9889    9889           
  Branches      818     847   +29     
======================================
  Hits         3521    3521           
- Misses       5878    5882    +4     
+ Partials      490     486    -4
Impacted Files Coverage Δ
addons/viewport/src/components/RotateViewport.js 22.72% <0%> (ø) ⬆️
lib/ui/src/modules/ui/components/menu_item.js 19.14% <0%> (ø) ⬆️
addons/knobs/src/components/types/Color.js 8.1% <0%> (ø) ⬆️
addons/info/src/components/Story.js 88.03% <0%> (ø) ⬆️
...tories_panel/stories_tree/tree_decorators_utils.js 45.23% <0%> (ø) ⬆️
lib/ui/src/modules/ui/components/layout/usplit.js 38.7% <0%> (ø) ⬆️
addons/knobs/src/components/GroupTabs.js 30.48% <0%> (ø) ⬆️
addons/knobs/src/components/types/Select.js 24.63% <0%> (ø) ⬆️
lib/core/src/client/preview/syncUrlWithStore.js 39.13% <0%> (ø) ⬆️
...ddons/actions/src/containers/ActionLogger/index.js 0% <0%> (ø) ⬆️
... and 49 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8cf8bb8...3995a33. Read the comment docs.

@Hypnosphi Hypnosphi merged commit ea89ef2 into storybookjs:master Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants