From 16803beaab7ccae55117f018312f41414986504b Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 7 Jul 2020 12:42:42 -0400 Subject: [PATCH] GH-3321: Add version section into bug_report.md Fixes https://github.com/spring-projects/spring-integration/issues/3321 --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1233542f4e..ce36d5cc42 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,13 +7,24 @@ assignees: '' --- +**In what version(s) of Spring Integration are you seeing this issue?** + +For example: + +5.3.2.RELEASE + +Between 4.3.15 and 5.2.5 + **Describe the bug** + A clear and concise description of what the bug is. **To Reproduce** + Steps to reproduce the behavior. **Expected behavior** + A clear and concise description of what you expected to happen. **Sample**