From e59f20c3a579966ca0be416d6e43934ab67f69bd Mon Sep 17 00:00:00 2001 From: Alena Lisevych <> Date: Thu, 30 Jun 2022 16:17:27 +0300 Subject: [PATCH 1/2] Manual checklist template: added ZIP artefact size check --- .github/ISSUE_TEMPLATE/test_request.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/test_request.md b/.github/ISSUE_TEMPLATE/test_request.md index b93ca59e79..980ca47f6a 100644 --- a/.github/ISSUE_TEMPLATE/test_request.md +++ b/.github/ISSUE_TEMPLATE/test_request.md @@ -12,6 +12,8 @@ assignees: '' *Check that the IntelliJ Idea UTBot plugin can be successfully installed* - [ ] Choose appropriate workflow from the next list (by default, use the latest one) https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml +- [ ] Download plugin +- [ ] Check downloaded zip-file size < 100 MB - [ ] Open IntelliJ IDE - [ ] Remove previously installed UTBot plugin - [ ] Clone or reuse UTBot project (https://github.com/UnitTestBot/UTBotJava.git) From 4ed2397d95ff7dc8889c775ae74a981cddaaf00a Mon Sep 17 00:00:00 2001 From: Alena Lisevych <> Date: Thu, 30 Jun 2022 16:39:57 +0300 Subject: [PATCH 2/2] Manual checklist template: wording correction --- .github/ISSUE_TEMPLATE/test_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test_request.md b/.github/ISSUE_TEMPLATE/test_request.md index 980ca47f6a..2625f60c4f 100644 --- a/.github/ISSUE_TEMPLATE/test_request.md +++ b/.github/ISSUE_TEMPLATE/test_request.md @@ -11,7 +11,7 @@ assignees: '' *Check that the IntelliJ Idea UTBot plugin can be successfully installed* -- [ ] Choose appropriate workflow from the next list (by default, use the latest one) https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml +- [ ] Choose appropriate workflow from the list (by default, filter by main branch and take the latest one) https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml - [ ] Download plugin - [ ] Check downloaded zip-file size < 100 MB - [ ] Open IntelliJ IDE