about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-04-15 19:14:21 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2024-04-15 21:44:04 +0200
commit83d73e4929c3ad0c5c170da012c7c487a1b89398 (patch)
tree352f1e57da430c1725c4de4cc80380bc0686a9c1
parent023084804e5e8ea42877451c2b3030e7050281cc (diff)
downloadrust-83d73e4929c3ad0c5c170da012c7c487a1b89398.tar.gz
rust-83d73e4929c3ad0c5c170da012c7c487a1b89398.zip
crashes: readme: add reminder to add Fixes #abcde to prs to automatically close issues.
-rw-r--r--tests/crashes/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/crashes/README.md b/tests/crashes/README.md
index dee11e2a3dd..71ce9b2eca6 100644
--- a/tests/crashes/README.md
+++ b/tests/crashes/README.md
@@ -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.