From a1ab3a689c8c66da60f94bcced8c21c2b1ca0f3a Mon Sep 17 00:00:00 2001 From: Ben Kates Date: Fri, 19 Jul 2024 10:29:13 -0400 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 359ba7c..805dd79 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,4 +17,4 @@ Tell us what this PR does or link to any related issues that describe the goal h - [ ] Added any changes in this PR to the `CHANGELOG.md` `Next` section - [ ] If this pull request includes a new component or feature, has it been exported from one of the library's entry points? - [ ] Does the component dispatch relevant interaction events? (ie: on:click, on:change, etc.) -- [ ] Does the component directory include a separate `.docs.md` imported into `.stories.svelte` for description and usage information? +- [ ] Does the component directory include description and usage information in `.stories.svelte`?