From 0c7a2f93cab3f387962dd27a36c8ccf3cb44a1b1 Mon Sep 17 00:00:00 2001 From: HParker Date: Tue, 1 Jun 2021 09:51:43 -0700 Subject: [PATCH] [ci skip] Mention executable test cases in issue template A lot of bug reports have useful reproduction steps that could be a reproduction script, but they seem to have either not found the reproduction script template or didn't read the 'contributing to rails' page at all. This links to the same page at the section that includes the reproduction scripts with a stronger call to action making it clear that they need a reproduction script. --- .github/issue_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/issue_template.md b/.github/issue_template.md index 0eb7cc22a2..c0e33dc30c 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -2,6 +2,11 @@ + +```ruby +# Your reproduction script goes here +``` + ### Expected behavior