From f2ae48290a770826bf386d127faadc2517d7cde2 Mon Sep 17 00:00:00 2001 From: Denis Fokin Date: Fri, 27 May 2022 11:31:07 +0300 Subject: [PATCH 1/2] Checkboxes are substituted with a text suggestion --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dfd48feacc..4f8798f5a2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -43,19 +43,7 @@ public void testFail_errors() { **Environment** -Test framework: - -Java: - -Mockito: - - - [ ] Other packages - - [ ] Other classes - - [ ] Static mocking - -Test: - -- [ ] Parametrized +_Please, help us to recreate the environment. For instance, specify Java version, test framework with a version (JUnit, TestNG...), Mockito configuration (packages, classes, statics), were the test parametrized or not and so on._ **Additional context** From d4d854d56addcb7d4afa4c3be7331ff5cc773740 Mon Sep 17 00:00:00 2001 From: Denis Fokin Date: Fri, 27 May 2022 12:07:00 +0300 Subject: [PATCH 2/2] User is supposed to remove the helping text --- .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 4f8798f5a2..082931e9ac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -43,7 +43,7 @@ public void testFail_errors() { **Environment** -_Please, help us to recreate the environment. For instance, specify Java version, test framework with a version (JUnit, TestNG...), Mockito configuration (packages, classes, statics), were the test parametrized or not and so on._ +_Substitute this text with an information that can help us to recreate the environment. For instance, specify Java version, test framework with a version (JUnit, TestNG...), Mockito configuration (packages, classes, statics), were the test parametrized or not and so on._ **Additional context**