1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### What Is This Change?
2
+
3
+ <!--
4
+ Thanks for considering making a PR to this repository!👋
5
+
6
+ Please give us a brief description of what the proposed change is.
7
+
8
+ As reviewers, we'd really appreciate if you could elaborate on the context of the change.
9
+ * If there is an issue related to the change, please make sure to link it!
10
+ * If not - please describe the change from a user perspective.
11
+ * Is there a user concern the change is addressing that we might not be aware of?
12
+
13
+ If you're making changes to UI components, or affects UX in other ways - please include before-and-after screenshots 🖼️
14
+ -->
15
+
16
+ ### How Has This Been Tested?
17
+
18
+ <!--
19
+ 🔧 Did you make sure the proposed change works, before submitting the PR?
20
+ If yes, please tell us how!
21
+
22
+ In particular, if you're making changes not covered by tests - please describe the manual testing you've done - this would be very helpful!
23
+ -->
24
+
25
+ Basic checks:
26
+
27
+ - [ ] ` npm run lint `
28
+ - [ ] ` npm run test `
0 commit comments