Rollup merge of #123973 - matthiaskrgr:crashs_fix_cmt, r=fmease

crashes: readme: add reminder to add Fixes #abcde to prs to automatically close issues.
This commit is contained in:
León Orell Valerian Liehr 2024-04-16 01:12:38 +02:00 committed by GitHub
commit f0d235ac04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -14,3 +14,10 @@ If you happen to fix one of the crashes, please move it to a fitting
subdirectory in `tests/ui` and give it a meaningful name.
Also please add a doc comment at the top of the file explaining why
this test exists. :)
Adding
Fixes #NNNNN
Fixes #MMMMM
to the description of your pull request will ensure the
corresponding tickets will be closed automatically upon merge.
The ticket ids can be found in the file name or the `known-bug` annotation
inside the testfile.