Skip to content

Commit 40e5d30

Browse files
authored
chore: Updates pull_request_template to a simplified version (#1942)
1 parent 74439c7 commit 40e5d30

File tree

1 file changed

+11
-76
lines changed

1 file changed

+11
-76
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,14 @@
1-
<!-- Featured screenshots/recordings -->
1+
## Changes
2+
<!-- A quick description of the issue containing any important information for review -->
3+
-
24

3-
<!-- Overall purpose of the PR -->
5+
## Issue
6+
<!-- Link the linear issue -->
7+
-
48

5-
---
9+
## Related Issues (Optional)
10+
<!-- Link any related issues if there are any. -->
11+
-
612

7-
<!-- Reorder/delete the following sections accordingly: -->
8-
9-
## Views
10-
11-
- New: `<ViewComponentName>`
12-
- <!-- explain features of new view component -->
13-
-
14-
15-
- `<ViewComponentName>`
16-
- <!-- explain changes to existing view component -->
17-
- New: ``
18-
- Rename: ``
19-
-
20-
21-
## Components
22-
23-
- New: `<ComponentName>`
24-
- <!-- explain features of new design system component (props, CSS params, style variants, etc.) -->
25-
-
26-
27-
- `<ComponentName>`
28-
- <!-- explain changes to existing design system component (props, CSS params, style variants, etc.) -->
29-
- New: ``
30-
- Rename: ``
31-
-
32-
33-
## Styles/Mixins
34-
35-
- `styles/_____`
36-
- <!-- explain changes to CSS styles/mixins -->
37-
- New: ``
38-
- Rename: ``
39-
-
40-
41-
## Constants/Types
42-
43-
- `constants/_____`
44-
- <!-- explain changes to constants/types -->
45-
-
46-
47-
## Functions/Clients
48-
49-
- `lib/_____`
50-
- <!-- explain changes to client or library functions/methods -->
51-
-
52-
53-
## Hooks
54-
55-
- `hooks/_____`
56-
- <!-- explain changes to React hooks -->
57-
-
58-
59-
## State
60-
61-
- `state/_____`
62-
- <!-- explain changes to Redux logic -->
63-
-
64-
65-
## Packages
66-
67-
- `package-name`
68-
- <!-- explain changes to packages -->
69-
- updated: v** -> v**
70-
71-
## Workflows
72-
73-
- `workflow-name.yml`
74-
- <!-- explain changes to workflows in GitHub Actions -->
75-
-
76-
77-
---
78-
79-
<!-- Additional screenshots/recordings, before/after comparisons, testing instructions etc. -->
13+
## Screenshots/Recordings (Optional)
14+
<!-- Attach any screenshots or video recordings if relevant -->

0 commit comments

Comments
 (0)