You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
####3. Install the dependencies and start Storybook
60
+
### 3. Install the dependencies and start Storybook
61
61
62
62
Go to the root of the repository.
63
63
@@ -69,7 +69,7 @@ yarn develop
69
69
70
70
Storybook will be running on `localhost:6006` for you to test your changes to components or their documentation.
71
71
72
-
####4. Start the website for documentation changes
72
+
### 4. Start the website for documentation changes
73
73
74
74
Start the DS website to test your changes on the documentation library.
75
75
@@ -79,6 +79,13 @@ yarn
79
79
yarn dev
80
80
```
81
81
82
+
### 5. Submitting a PR
83
+
84
+
PRs should typically be aimed at a specific release branch (there should be one made, if not make one off `main` that correlates to the milestone you're aiming for).
85
+
Some circumstances will exist where this is not preferrable, e.g. updating the `workflow` files – this needs to be aimed at main to take any effect.
86
+
87
+
IF you submit a PR at `main` and it is merged, it is expected that you should update the existing release branches with `main`.
88
+
82
89
## Available commands
83
90
84
91
-`yarn analyze:bundle` Start webpack bundle analyzer in all packages.
0 commit comments