mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:41:17 +08:00
Merge branch 'master' into tmeasday/final-preview-core-refactor
This commit is contained in:
commit
29373ee9a6
23
.github/ISSUE_TEMPLATE.md
vendored
23
.github/ISSUE_TEMPLATE.md
vendored
@ -1,4 +1,5 @@
|
||||
### Issue details
|
||||
If you are reporting a bug or requesting support, start here:
|
||||
### Bug or support request summary
|
||||
|
||||
_Please provide issue details here - What did you expect to happen? What happened instead?_
|
||||
|
||||
@ -24,3 +25,23 @@ _(A screencast can be useful for visual bugs, but it is not a substitute for a t
|
||||
```js
|
||||
// code here
|
||||
```
|
||||
End bug report support request - delete the rest below
|
||||
|
||||
|
||||
If you are creating a issue to track work to be completed, start here:
|
||||
### Work summary
|
||||
|
||||
_Please provide a description of the work to be completed here - Include some context as to why something needs to be done and link any related tickets._
|
||||
|
||||
### Where to start
|
||||
|
||||
_Please list the file(s) a contributor needs to figure out where to start work and include any docs or tutorials that may be applicable._
|
||||
|
||||
### Acceptance criteria
|
||||
|
||||
_Please include a checklist of the requirements necessary to close this ticket. The work should be narrowly scoped and limited to a few hours worth by an experienced developer at the most._
|
||||
|
||||
### Who to contact
|
||||
|
||||
_Add yourself and/or people who are familiar with the code changes and requirements. These people should be able to review the completed code._
|
||||
End work issue - please tag this issue with the correct status and type labels
|
||||
|
@ -100,7 +100,7 @@ See [Addon / Framework Support Table](ADDONS_SUPPORT.md)
|
||||
|
||||
## Live Examples
|
||||
|
||||
### 3.4.alpha
|
||||
### 4.0.alpha
|
||||
> Note, this is an Alpha version. Some of the features still might not be released
|
||||
|
||||
- [React Official](https://storybooks-official.netlify.com)
|
||||
@ -108,6 +108,12 @@ See [Addon / Framework Support Table](ADDONS_SUPPORT.md)
|
||||
- [Angular](https://storybooks-angular.netlify.com/)
|
||||
- [Polymer](https://storybooks-polymer.netlify.com/)
|
||||
|
||||
### 3.4
|
||||
- [React Official](https://release-3-4--storybooks-official.netlify.com)
|
||||
- [Vue](https://release-3-4--storybooks-vue.netlify.com/)
|
||||
- [Angular](https://release-3-4--storybooks-angular.netlify.com/)
|
||||
- [Polymer](https://release-3-4--storybooks-polymer.netlify.com/)
|
||||
|
||||
### 3.3
|
||||
- [React Official](https://release-3-3--storybooks-official.netlify.com)
|
||||
- [Vue](https://release-3-3--storybooks-vue.netlify.com/)
|
||||
|
@ -3,8 +3,7 @@ id: 'live-examples'
|
||||
title: 'Live Examples'
|
||||
---
|
||||
|
||||
### 3.4.alpha
|
||||
|
||||
### 4.0.alpha
|
||||
> Note, this is an Alpha version. Some of the features still might not be released
|
||||
|
||||
- [React Official](https://storybooks-official.netlify.com)
|
||||
@ -12,6 +11,12 @@ title: 'Live Examples'
|
||||
- [Angular](https://storybooks-angular.netlify.com/)
|
||||
- [Polymer](https://storybooks-polymer.netlify.com/)
|
||||
|
||||
### 3.4
|
||||
- [React Official](https://release-3-4--storybooks-official.netlify.com)
|
||||
- [Vue](https://release-3-4--storybooks-vue.netlify.com/)
|
||||
- [Angular](https://release-3-4--storybooks-angular.netlify.com/)
|
||||
- [Polymer](https://release-3-4--storybooks-polymer.netlify.com/)
|
||||
|
||||
### 3.3
|
||||
- [React Official](https://release-3-3--storybooks-official.netlify.com)
|
||||
- [Vue](https://release-3-3--storybooks-vue.netlify.com/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user