You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Why I made this PR? (What is the problem? Why it should be fixed?)
4
+
2. How the problem is fixed? Does it rely on other changes elsewhere?
5
+
6
+
Fixes # (issue)
7
+
or
8
+
Connected to # (issue)
9
+
10
+
## Type of change
11
+
12
+
Please delete options that are not relevant.
13
+
14
+
-[ ] Bug fix (non-breaking change which fixes an issue)
15
+
-[ ] New feature (non-breaking change which adds functionality)
16
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
17
+
-[ ] This change requires a documentation update
18
+
-[ ] Maintenance
19
+
-[ ] Security fix
20
+
21
+
## How to test this PR
22
+
23
+
Describe how to test the PR
24
+
25
+
## Before requesting review:
26
+
27
+
-[ ] I have performed a self-review of my code
28
+
-[ ] I have ensured this looks good on all screen sizes and complies with accessibility standards
29
+
-[ ] I have tested all changes locally
30
+
31
+
## Checklist for the reviewer:
32
+
33
+
-[ ] Git history - Commits in the PR are split up in a good way, preferably atomic and describe the changes in a good way
34
+
-[ ] Tests - Tests for the changes have been added (for bug fixes/features)
35
+
-[ ] Docs - Corresponding changes have been added to the documentation
36
+
-[ ] Comments - Comments are added to the code in hard-to-understand areas
37
+
-[ ] Warnings - The changes in the PR generate no new warnings
38
+
-[ ] Product sync - Synced with product management if needed
39
+
-[ ] Dependencies - 3rd party libraries are selected with [these guidelines](https://prime.lime.tech/security/development/practical#component-selection) in mind
0 commit comments