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
Where is the progress of this issue being tracked?
4
+
Where can one find the requirements for this issue?
5
+
Where did this issue originated from?
2
6
3
-
<!-- Describe the goal of this pull request. What does it change or fix? -->
7
+
E.g. GitHub issue, Slack message, etc.
8
+
-->
4
9
5
-
## Summary of changes
10
+
## Context behind the change
11
+
<!--
12
+
What changes have you made to the code, and why?
6
13
7
-
<!-- At a high level, what parts of the code did you change and why? -->
14
+
Describe the goal of this pull request. What does it change or fix?
15
+
At a high level, what parts of the code did you change and why?
16
+
-->
8
17
9
-
## How test the changes
18
+
## How has this been tested?
19
+
<!--
20
+
You should always test your changes.
10
21
11
-
<!-- If there are any special testing requirements, add them here -->
22
+
Describe the steps you took to make sure your PR does what it's supposed to do.
23
+
How we ensure that adjacent code/features are still working?
24
+
Are there any performance implications?
25
+
-->
12
26
13
-
## Related issues
14
-
[Keywords for linking issues](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests)
27
+
## Release plan
28
+
<!--
29
+
If not you, but somebody else will be deploying this, what they need to know/do to succeed?
15
30
16
-
<!-- Does this close any open issues? -->
31
+
Add any action items that need to be done for the release (any step, before/during/after),
32
+
e.g. running a DB migration, leaving a note about release in Slack, adding new envs, etc.
33
+
-->
34
+
35
+
## Potential risks; What to monitor; Rollback plan
36
+
<!--
37
+
What might go wrong with deployment of this PR?
38
+
Can it affect some other services/areas? In what way?
39
+
What metrics/dashboards/etc. you should keep an eye on while/after deploying this?
40
+
41
+
How will we handle any issues if they arise? Do we need rollback plan?
0 commit comments