Skip to content

Commit 3144720

Browse files
committed
Add breaking change mitigations section and checklist item
1 parent 0c7212f commit 3144720

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ List here all the items you have verified BEFORE sending this PR. Please DO NOT
3535
- [ ] I have added tests that prove my fix is effective or that my feature works
3636
- [ ] I have added an entry in `./changelog/fragments` using the [changelog tool](https://github.com/elastic/elastic-agent#changelog)
3737
- [ ] I have added an integration test or an E2E test
38+
- [ ] If this PR introduces a breaking change, I've populated the Breaking Change Mitigations section below.
39+
40+
## Breaking Change Mitigations
41+
42+
<!--
43+
If this PR introduces a breaking change for end users, describe what changes they could make on
44+
their end to nullify or minimize the impacts of this change. Consider impacts in related systems, not
45+
just directly when using Elastic Agent.
46+
-->
3847

3948
## Author's Checklist
4049

@@ -59,7 +68,7 @@ Link related issues below. Insert the issue link or reference after the word "Cl
5968
- Requires #123
6069
- Superseds #123
6170
-->
62-
-
71+
-
6372

6473
## Use cases
6574

@@ -83,8 +92,8 @@ Paste here output logs discovered while creating this PR, such as stack traces o
8392

8493
## Questions to ask yourself
8594

86-
- How are we going to support this in production?
87-
- How are we going to measure its adoption?
95+
- How are we going to support this in production?
96+
- How are we going to measure its adoption?
8897
- How are we going to debug this?
8998
- What are the metrics I should take care of?
9099
- ...

0 commit comments

Comments
 (0)