Michael Shilman
4cb06bd1a8
Examples: Add angular repro template and refactor
2022-08-14 17:11:47 +08:00
Yann Braga
b829e9f697
setup yarn version and update docs
2022-07-27 11:16:08 +02:00
Norbert de Langen
116e5e2aca
change to use a shell script instead of having a package.json in the root
2022-07-25 15:46:10 +02:00
Norbert de Langen
e147649d98
add a little bit of documentation in cOntributing.md
2022-07-25 15:13:49 +02:00
Norbert de Langen
c2bbe43d02
stage0
2022-07-21 11:24:07 +02:00
Michael Shilman
806e74f903
Deprecate contributing guide
2021-05-31 10:56:24 +08:00
Michael Shilman
2821382a85
Add TOC
2021-04-30 10:09:45 +08:00
Michael Shilman
2835a30b02
Update CONTRIBUTING.md
2021-04-30 10:08:09 +08:00
Kaelig Deloumeau-Prigent
370ddb0e15
Fix tiny typos and syntax in CONTRIBUTING.md
2021-04-28 17:48:48 -07:00
Zoltan Olah
bf23e42abb
Update CONTRIBUTING.md
...
I had to run `yarn` before I could run `yarn bootstrap --core` on macOS Big Sur. Perhaps this is now required for everyone, not just Windows users.
2021-04-23 12:21:21 -07:00
Oscar Dominguez
7c4a26bd6e
docs(CONTRIBUTING): suggest using next
in forks
...
users working on their fork should use `next` as base branch
2021-02-20 02:35:05 +01:00
Michael Shilman
a83269ab10
Canonical discord links
2021-02-14 00:41:47 +08:00
Gaëtan Maisse
4e90dffc5a
chore: rework test
NPM script (--core
option has been removed)
...
Previously the unit tests were run with a custom script `scripts/test.js`.
This script was a kind of wrapper around Jest, handling just a few options (skipping all the unknown ones) and spawning Jest programmatically.
To simplify this process:
- I extracted the only non-classic case in its own NPM script: `yarn test-puppeteer`
- Just call Jest directly when running `yarn test` so all the options are forwarded properly to Jest.
⚠️ `yarn test --core` doesn't work anymore as `--core` isn't a Jest option, it is now simply `yarn test`.
📝 To run the tests of a single workspace just use `--projects`, for instance: `yarn test --projects examples/angular-cli`
2021-02-11 08:33:59 +01:00
Yngve Bakken Nilsen
c2445c0e84
add extra instructions for developing on windows
2021-02-09 20:03:16 +01:00
ryanml
06186a325e
Removing references to CLI tests from CONTRIBUTING.md
...
Fixes storybookjs/storybook#13522
2020-12-26 22:42:24 -07:00
lawvs
5c725486d3
Update CONTRIBUTING.md
2020-10-21 18:54:24 +09:00
hoop71
fb592ec442
patch: typo
2020-10-02 15:09:42 -06:00
Josh Soref
a902b6d335
spelling: registry
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:31 -04:00
Tom Coleman
d3177a594a
Add note about how to run docs
2020-08-14 14:25:32 +10:00
Michael Shilman
67c15fd43e
Prettier
2020-04-12 08:52:37 +08:00
Yann Braga
a4e3a47f38
Add build script steps to CONTRIBUTING
2020-04-11 16:45:01 +02:00
Michael Shilman
f5696aa024
Clarify contribution guidelines to next
2020-03-19 23:12:54 +08:00
Yann Braga
45e21722b2
docs(contributing): fix small typo
...
At section **2d. Run Cypress tests**, there is a typo in the cypress command.
2020-03-10 23:12:00 +01:00
Norbert de Langen
7b82ea41d1
ADD cypress tests running documentation
2020-02-24 10:42:02 +01:00
Michael Shilman
e79e80fb1c
Update CONTRIBUTING.md
2020-02-06 20:57:10 +08:00
Michael Shilman
e307ca4c41
Update CONTRIBUTING.md
2020-02-06 20:55:02 +08:00
Yeseul Jeon
e1b64cb406
Insert 'yarn' command between 'cd storybook' and 'yarn bootstrap (--core)'
...
Signed-off-by: Yeseul Jeon <yeseouler52@gmail.com>
2020-02-02 17:02:25 +09:00
Norbert de Langen
c0b2ebce42
Lock yarn version ( #9138 )
...
Lock yarn version
2020-01-08 09:27:48 +01:00
Gert Hengeveld
3d804cd2cc
Update CONTRIBUTING.md
2019-12-30 14:42:45 +01:00
Kai Hao
00321cd507
Update CONTRIBUTING doc
2019-12-12 18:06:11 +08:00
Michael Shilman
65ab71ee4b
Update CONTRIBUTING.md
2019-11-25 19:08:19 +09:00
Michael Shilman
c2b04c5f6e
Update CONTRIBUTING.md
2019-11-25 19:07:29 +09:00
jasdeepgill
6469043f23
Improved readability of CONTRIBUTING.md
2019-11-24 20:52:00 -08:00
Michael Shilman
2221b308c8
Merge branch 'next' into addon-knobs-array-of-objects
2019-11-13 08:30:56 +08:00
Carolyn Stransky
7e37a123a3
Removed instances of just, easily
2019-10-12 17:32:44 +02:00
Carolyn Stransky
c426715d0a
Removed instances of simply
2019-10-12 17:04:33 +02:00
Matthew
9c29266eeb
addon-knobs now support options as an array OF objects. fixes issue #810
2019-09-17 20:56:24 -05:00
Kitten King
fc85fc2ba9
Fix Typos
2019-07-22 06:24:29 +00:00
Norbert de Langen
19075e4ec7
Merge branch 'next' into tech/improve-bootstrap-list
...
# Conflicts:
# addons/storyshots/storyshots-puppeteer/package.json
# package.json
# yarn.lock
2019-06-16 20:49:42 +02:00
Alex Wilson
e3c0d93865
Update CONTRIBUTING.md
...
removed "If you want to work on a UI feature, refer to the [Storybook UI](https://github.com/storybookjs/storybook/tree/master/lib/ui ) page." because it was causing confusion and sending people to the hacking guide
2019-06-13 07:15:42 -04:00
Norbert de Langen
82394e12ec
CHANGE contributing guide to show the yarn install command is no longer necessary
2019-06-07 17:11:45 +02:00
Dura
5e70656c45
docs: Update contributing docs
...
Clarify how to get a local example running
2019-06-06 14:59:50 -06:00
Michael Shilman
bb3e7f71cd
Github org rename to storybookjs
2019-06-03 11:06:42 -07:00
Norbert de Langen
b708eaf18f
REMOVE info about yarn linking && ADD info about linting
2019-04-25 18:34:29 +02:00
Norbert de Langen
382da6ff6c
CHANGE wording of npm link disadvantages
2019-04-25 13:20:54 +02:00
Norbert de Langen
fd7ff2280f
Merge branch 'next' into tech/local-registry
...
# Conflicts:
# addons/a11y/package.json
# addons/actions/package.json
# addons/backgrounds/package.json
# addons/contexts/package.json
# addons/cssresources/package.json
# addons/events/package.json
# addons/google-analytics/package.json
# addons/info/package.json
# addons/jest/package.json
# addons/knobs/package.json
# addons/links/package.json
# addons/notes/package.json
# addons/ondevice-backgrounds/package.json
# addons/ondevice-knobs/package.json
# addons/ondevice-notes/package.json
# addons/options/package.json
# addons/storyshots/storyshots-core/package.json
# addons/storyshots/storyshots-puppeteer/package.json
# addons/storysource/package.json
# addons/viewport/package.json
# app/angular/package.json
# app/ember/package.json
# app/html/package.json
# app/marko/package.json
# app/mithril/package.json
# app/polymer/package.json
# app/preact/package.json
# app/react-native-server/package.json
# app/react-native/package.json
# app/react/package.json
# app/riot/package.json
# app/svelte/package.json
# app/vue/package.json
# examples-native/crna-kitchen-sink/package.json
# examples/angular-cli/package.json
# examples/cra-kitchen-sink/package.json
# examples/cra-ts-kitchen-sink/package.json
# examples/ember-cli/package.json
# examples/html-kitchen-sink/package.json
# examples/marko-cli/package.json
# examples/mithril-kitchen-sink/package.json
# examples/official-storybook/package.json
# examples/polymer-cli/package.json
# examples/preact-kitchen-sink/package.json
# examples/riot-kitchen-sink/package.json
# examples/svelte-kitchen-sink/package.json
# examples/vue-kitchen-sink/package.json
# lib/addons/package.json
# lib/api/package.json
# lib/channel-postmessage/package.json
# lib/channel-websocket/package.json
# lib/cli/package.json
# lib/client-api/package.json
# lib/components/package.json
# lib/core/package.json
# lib/router/package.json
# lib/theming/package.json
# lib/ui/package.json
2019-04-25 13:19:20 +02:00
Norbert de Langen
b30c84c8c9
IMPROVE documentation
2019-04-25 11:44:33 +02:00
Norbert de Langen
609ea4f568
ADD a js version since I find those easier to debug & extend
2019-04-25 00:00:10 +02:00
Benoit Dion
2cc346675a
Improve cli for react-native
...
Fixes #6470
- Set port to the default
- Use `installBabel` primitive to bring in babel-loader
2019-04-14 20:00:41 -04:00
Michael Shilman
b632e92cc5
Rename publish command to avoid confusion
2019-01-16 12:10:43 +08:00