Skip to content

Commit 6b97655

Browse files
[9.1](backport #47279) chore(github): mention stresstest script in pull request template (#47301)
* chore(github): mention stresstest script in pull request template (#47279) * chore(github): mention stresstest script in pull request template * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Tiago Queiroz <[email protected]> --------- Co-authored-by: Tiago Queiroz <[email protected]> (cherry picked from commit 5316421) # Conflicts: # .github/PULL_REQUEST_TEMPLATE.md * fix conflicts --------- Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
1 parent 73dbe74 commit 6b97655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ List here all the items you have verified BEFORE sending this PR. Please DO NOT
4141
- [ ] I have commented my code, particularly in hard-to-understand areas
4242
- [ ] I have made corresponding changes to the documentation
4343
- [ ] I have made corresponding change to the default configuration files
44-
- [ ] I have added tests that prove my fix is effective or that my feature works
44+
- [ ] I have added tests that prove my fix is effective or that my feature works. Where relevant, I have used the [`stresstest.sh`](https://github.com/elastic/beats/blob/main/script/stresstest.sh) script to run them under stress conditions and race detector to verify their stability.
4545
- [ ] I have added an entry in `CHANGELOG.next.asciidoc` or `CHANGELOG-developer.next.asciidoc`.
4646

4747
## Disruptive User Impact

0 commit comments

Comments
 (0)