Skip to content

Commit a662640

Browse files
authored
Update pull_request_template.md
1 parent 9285a24 commit a662640

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
## `<MyComponentName>`
1+
# MyComponentName
2+
3+
## Overview
24

35
Describe your new component or updates here.
46

5-
### Usage
7+
Include a screenshot, video, or GIF of the component.
8+
9+
## Usage
610

7-
Please add a usage example, as well as any other pertinent details, here.
11+
Please add a usage example, as well as any other pertinent details.
812

913
```mdx
1014
<MyComponentName aProp="some value">
1115
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eaque omnis iure accusantium totam quisquam nemo.
1216
</MyComponentName>
1317
```
18+
19+
## Props
20+
If your component uses any props, list and describe them.
21+
22+
| Prop | Type | Description |
23+
| -------------- | ------ | --------------------------------------------|
24+
| `aProp ` | string | What the prop does. |

0 commit comments

Comments
 (0)