From 127af29cf1ef6c17d0146364bac1a52f4db337b1 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Wed, 27 Oct 2021 23:59:14 +0400 Subject: [PATCH] Create an issue template for component specifications (#369) --- .github/ISSUE_TEMPLATE/component_spec.md | 54 ++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/component_spec.md diff --git a/.github/ISSUE_TEMPLATE/component_spec.md b/.github/ISSUE_TEMPLATE/component_spec.md new file mode 100644 index 00000000000..959afd1a043 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/component_spec.md @@ -0,0 +1,54 @@ +--- +name: Component spec +about: Describe a new component to be developed for the design system +labels: "🕹 aspect: interface, 🌟 goal: addition, 🚦 status: awaiting triage, 🟨 priority: medium" +title: "" +--- + +## Component: Title + + +## Description + + +## API + + +### Props + + +| Name | Type | Description | +|-|-|-| + +### Slots + + +| Name | Slot props | Description | +|-|-|-| + +### State + + + +| Name | Type | Description | +|-|-|-| + +### Events + + + +| Name | Associated data | Description | +|-|-|-| + +## Code samples + + +## References + + + +- **Figma:** + +## Implementation + +- [ ] 🙋 I would be interested in implementing this component.