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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/v8_breaking_change.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ assignees: ''
13
13
****************************************
14
14
15
15
Please add a "NeededFor:${TeamName}" label to denote the team that is
16
-
requesting the breaking change is surfaced in the Upgrade Assistant.
16
+
requesting the breaking change to be surfaced in the Upgrade Assistant.
17
17
18
18
-->
19
19
@@ -27,21 +27,24 @@ requesting the breaking change is surfaced in the Upgrade Assistant.
27
27
28
28
**How many users will be affected?**
29
29
30
-
<!-- e.g., Based on telemetry data, roughly 75% of our users will need to make changes to x -->
31
-
<!-- e.g., A majority of users will need to make changes to x. -->
30
+
<!-- e.g. Based on telemetry data, roughly 75% of our users will need to make changes to x.-->
31
+
<!-- e.g. A majority of users will need to make changes to x. -->
32
32
33
33
**What can users do to address the change manually?**
34
34
35
-
<!-- If applicable, describe the manual workaround-->
35
+
<!-- If applicable, describe the manual migration steps and/or link to available docs.-->
36
36
37
37
**How could we make migration easier with the Upgrade Assistant?**
38
38
39
+
<!-- This can be as basic as notifying the user about the deprecation and linking to some
40
+
migration docs, or as advanced as a dedicated UI for fixing the problem. -->
41
+
39
42
**Are there any edge cases?**
40
43
41
44
## Test Data
42
45
43
-
Provide test data. We can’t build a solution without data to test it against.
46
+
<!--Provide test data. We can’t build a solution without data to test it against.-->
44
47
45
48
## Cross links
46
49
47
-
Cross-link to relevant [Elasticsearch breaking changes](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-8.0.html).
50
+
<!-- Provide context. Cross-link to relevant [Elasticsearch breaking changes](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-8.0.html), PRs that introduced the breaking change, or other related issues. -->
0 commit comments