From 372029222ca4bde5fdf5241e45e5110ae15c98d6 Mon Sep 17 00:00:00 2001 From: Zrips Date: Sun, 29 Sep 2024 15:14:25 +0300 Subject: [PATCH] Update test_issue.yml --- .github/ISSUE_TEMPLATE/test_issue.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test_issue.yml b/.github/ISSUE_TEMPLATE/test_issue.yml index 71ae9e18..53b1374c 100644 --- a/.github/ISSUE_TEMPLATE/test_issue.yml +++ b/.github/ISSUE_TEMPLATE/test_issue.yml @@ -1,11 +1,11 @@ name: Bug Report -description: Create a bug report to help us improve our CMI. +description: Create a bug report to help us improve our Jobs plugin. labels: bug report body: - type: markdown attributes: value: | - This page is intended to help us resolve issues with CMI as fast as possible. + This page is intended to help us resolve issues with Jobs as fast as possible. Please take your time and fill out this form to the best of your abilities. Note: if you have more then one issue, please consider making a new issue. - type: textarea @@ -20,7 +20,7 @@ body: id: cmi-version attributes: label: Version Information - description: Please provide us with the full output of `/cmi version`. + description: Please provide us with the full output of `/jobs version`. render: shell validations: required: true @@ -44,15 +44,3 @@ body: label: Relevant Plugins description: Please provide us with any relevant plugins (with versions) placeholder: Vault 1.7.3 - - type: checkboxes - id: agreement-section - attributes: - label: Agreements - description: Please agree to the following. - options: - - label: My server is supported by CMI. - required: true - - label: My version of CMI at the time of this report is up to date. - required: true - - label: I have searched the github and asked around before making this report. - required: true