diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 9c972394..29eebc93 100755 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -25,11 +25,13 @@ body: label: Version description: What version of our product are you running? options: - - 2.3.1 (Latest) - - 2.3.0 + - 2.4.1 (Latest) + - 2.4.0 + - 2.3.x - 2.2.x + - 2.1.0 + - 2.0.x - 1.x - default: 0 validations: required: true - type: textarea @@ -46,8 +48,3 @@ body: attributes: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: text - - type: markdown - attributes: - value: | - If you need to attach a file, create the issue and add it as a comment. diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index e4d0d0d1..00f667f7 100755 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -17,13 +17,13 @@ body: label: Version description: What version of our product are you running? options: - - 2.3.1 (Latest) - - 2.3.0 + - 2.4.1 (Latest) + - 2.4.0 + - 2.3.x - 2.2.x - - 2.1.x + - 2.1.0 - 2.0.x - 1.x - default: 0 validations: required: false - type: textarea @@ -38,5 +38,4 @@ body: id: logs attributes: label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: text \ No newline at end of file + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/REATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/REATURE_REQUEST.yml index f206bde4..3f6f1c4e 100755 --- a/.github/ISSUE_TEMPLATE/REATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/REATURE_REQUEST.yml @@ -14,7 +14,6 @@ body: options: - Library - App - default: 0 validations: required: true - type: textarea