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
<!-- A brief description of the context of this pull request and its purpose. -->
4
+
5
+
Fixes #<!-- enter issue number here -->
6
+
7
+
### What are the observable changes?
8
+
<!-- This question could be adequate with multiple use cases, for example: -->
9
+
10
+
<!-- Frontend: explain the feature created / updated, give instructions telling how to see the change in staging -->
11
+
<!-- Performance: what metric should be impacted, link to the right graphana dashboard for exemple -->
12
+
<!-- Bug: a given issue trail on sentry should stop happening -->
13
+
<!-- Feature: Implements X thrift service / Z HTTP REST API added, provide instructions on how leverage your feature from staging or your workstation -->
14
+
15
+
### Good PR checklist
16
+
17
+
-[ ] Title makes sense
18
+
-[ ] Is against the correct branch
19
+
-[ ] Only addresses one issue
20
+
-[ ] Properly assigned
21
+
-[ ] Added/updated tests
22
+
-[ ] Added/updated documentation
23
+
-[ ] Properly labeled
24
+
25
+
### Additional Notes
26
+
27
+
<!--
28
+
You can add anything you want here, an explanation on the way you built your implementation,
29
+
precisions on the origin of the bug, gotchas you need to mention.
0 commit comments