From 7ef8f3886af61263b7811df1283c5091a469266b Mon Sep 17 00:00:00 2001 From: Jonatan Ivanov Date: Mon, 22 Mar 2021 11:39:31 -0700 Subject: [PATCH] Call out simple and Java for the sample in bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index aeafef9d3..215934a9a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,6 @@ Please provide details of the problem, including the version of Spring Cloud tha are using. **Sample** -If possible, please provide a test case or sample application that reproduces +If possible, please provide a test case or a minimal sample **Java** application that reproduces the problem. This makes it much easier for us to diagnose the problem and to verify that we have fixed it.