diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 05dd8d61c90..6fb1f4bebf3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,12 @@ Issue: ## What I did - - ## How to test + +Is this testable with jest or storyshots? + +Does this need a new example in the kitchen sink apps? + +Does this need an update to the documentation? + +If your answer is yes to any of these, please make sure to include it in your PR. diff --git a/examples/cra-kitchen-sink/src/__snapshots__/storyshots.test.js.snap b/examples/cra-kitchen-sink/src/__snapshots__/storyshots.test.js.snap index c939f783a29..87b857bfac7 100644 --- a/examples/cra-kitchen-sink/src/__snapshots__/storyshots.test.js.snap +++ b/examples/cra-kitchen-sink/src/__snapshots__/storyshots.test.js.snap @@ -468,6 +468,376 @@ exports[`Storyshots AddonInfo.DocgenButton DocgenButton 1`] = ` `; +exports[`Storyshots AddonInfo.FlowTypeButton FlowTypeButton 1`] = ` +
+ Some Description +
++++ + < + FlowTypeButton + + + + + + onClick + + + = + + + + clicked() + + + + + + + + + label + + + = + + + " + Flow Typed Button + " + + + + + + + + /> + ++
+ property + | ++ propType + | ++ required + | ++ default + | ++ description + | +
---|---|---|---|---|
+ disabled + | ++ | + | + + + false + + + | ++ |
+ onClick + | ++ | + | + + + onClick() + + + | ++ |