From e732262c7c2d2b9be000fb6596a58a2d99fe93d2 Mon Sep 17 00:00:00 2001 From: Fergus Ruston Date: Mon, 23 Oct 2023 15:17:17 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/component-issue-template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/component-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/component-issue-template.md b/.github/ISSUE_TEMPLATE/component-issue-template.md new file mode 100644 index 00000000..8e6134e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/component-issue-template.md @@ -0,0 +1,12 @@ +--- +name: Component Issue Template +about: Issue template for creating a new component for the library +title: "[Component] - Name" +labels: enhancement +assignees: '' + +--- + +- [ ] Create component +- [ ] Create Storybook demo +- [ ] Write Storybook docs