Skip to content

Commit

Permalink
ci: add samples to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
karlbaumhauer authored and yoezlem committed Oct 25, 2023
1 parent 3791c32 commit eef3516
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/new-component-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ so that [PRODUCT_VALUE], and [FURTHER_PRODUCT_VALUE].

### Components detailed requirements
#### Props
| Status | Name | Type | Description |
| ------------- | ------------- | ------------- | ------------- |
| <ul><li>[ ] </li></ul> | `name` | `type` | description |
| <ul><li>[ ] </li></ul> | `name` | `type1` I `type2` | description |
| Status | Name | Type | Default | Description |
| ------------- | ------------- | ------------- | ------------- | ------------- |
| <ul><li>[ ] </li></ul> | `name` | `type` | `default` | description |
| <ul><li>[ ] </li></ul> | `name` | `type1` / `type2` | `default` | description |


#### CSS-Properties
- [ ] `name` - description
Expand All @@ -35,6 +36,9 @@ so that [PRODUCT_VALUE], and [FURTHER_PRODUCT_VALUE].
#### Stories (besides the `default` story)
- [ ] name
- [ ] name
#### Samples
- [ ] `name` - description
- [ ] `name` - description

### Open Questions towards design
- [ ] Question1
Expand Down

0 comments on commit eef3516

Please sign in to comment.