1 file changed +30
-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 🖼️ or videos (e.g. loom) 🎥
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
+ If you can, and if this is applicable to your change - please don't forget to test your changes with both Cloud and Data Center versions Jira/BB.
23
+
24
+ In particular, if you're making changes not covered by tests - please describe the manual testing you've done - this would be very helpful!
25
+ -->
26
+
27
+ Basic checks:
28
+
29
+ - [ ] ` npm run lint `
30
+ - [ ] ` npm run test `
0 commit comments