From 49bdd5f053880559a8fee1d3cae4bee6257b9b3f Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Tue, 10 May 2022 19:43:21 +0300 Subject: [PATCH] Add 2.0.3 option to issue template --- .github/ISSUE_TEMPLATE/Issue-report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Issue-report.yml b/.github/ISSUE_TEMPLATE/Issue-report.yml index ad68d2cba..0e0d23e17 100644 --- a/.github/ISSUE_TEMPLATE/Issue-report.yml +++ b/.github/ISSUE_TEMPLATE/Issue-report.yml @@ -41,6 +41,7 @@ body: options: - latest master (checkout manually) - latest development Release Candidate (RC-X) + - v2.0.3 - v2.0.2 - v2.0.1 - v2.0.0 @@ -129,4 +130,4 @@ body: description: You agree to check all the resources above before opening a new issue. options: - label: I confirm I have checked existing issues, online documentation and Troubleshooting guide. - required: true \ No newline at end of file + required: true -- GitLab