Skip to content

Commit

Permalink
chore: change component detail structure in issue template (#478)
Browse files Browse the repository at this point in the history
## Description:
switched component detail structure to table

## Definition of Reviewable:
- [x] PR is assigned to project board
  • Loading branch information
karlbaumhauer authored Oct 12, 2023
1 parent 2bbc3a1 commit 70efac0
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/ISSUE_TEMPLATE/new-component-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,28 @@ so that [PRODUCT_VALUE], and [FURTHER_PRODUCT_VALUE].
[LINK TO FIGMA]

### Components detailed requirements
- [ ] Props, CSS-Properties, Parts & Slots
- [ ] tbd
- [ ] Stories
- [ ] tbd
#### Props
| Status | Name | Type | Description |
| ------------- | ------------- | ------------- | ------------- |
| <ul><li>[ ] </li></ul> | `name` | `type` | description |
| <ul><li>[ ] </li></ul> | `name` | `type1` I `type2` | description |

#### CSS-Properties
- [ ] `name` - description
- [ ] `name` - description
#### Parts
- [ ] `name` - description
- [ ] `name` - description
#### Slots
- [ ] `name` - description
- [ ] `name` - description
#### Stories (besides the `default` story)
- [ ] name
- [ ] name

### Open Questions towards design
- [ ] Question1
- [ ] Question2

## DoR
- [ ] Item has business value
Expand Down

0 comments on commit 70efac0

Please sign in to comment.