From 17f241abd5e84bffbbd124a0ca1e0b03a29f06a0 Mon Sep 17 00:00:00 2001 From: Zrips Date: Sun, 29 Sep 2024 15:12:29 +0300 Subject: [PATCH 1/4] Create test_issue.yml --- .github/ISSUE_TEMPLATE/test_issue.yml | 58 +++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/test_issue.yml diff --git a/.github/ISSUE_TEMPLATE/test_issue.yml b/.github/ISSUE_TEMPLATE/test_issue.yml new file mode 100644 index 00000000..71ae9e18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/test_issue.yml @@ -0,0 +1,58 @@ +name: Bug Report +description: Create a bug report to help us improve our CMI. +labels: bug report +body: + - type: markdown + attributes: + value: | + This page is intended to help us resolve issues with CMI 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 + id: description-of-issue + attributes: + label: Description of Issue + description: | + Please provide a very concise description of your issue. + validations: + required: true + - type: textarea + id: cmi-version + attributes: + label: Version Information + description: Please provide us with the full output of `/cmi version`. + render: shell + validations: + required: true + - type: textarea + id: console-errors + attributes: + label: Errors + description: If they are too big consider providing a pastebin link. + placeholder: Paste any errors you have in here. + render: shell + - type: textarea + id: config-sections + attributes: + label: Relevant Config Sections + description: Avoid pasting in whole configs & sensitive data. + placeholder: Paste any relevant config sections in here. + render: yaml + - type: input + id: server-plugins + attributes: + 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 From 372029222ca4bde5fdf5241e45e5110ae15c98d6 Mon Sep 17 00:00:00 2001 From: Zrips Date: Sun, 29 Sep 2024 15:14:25 +0300 Subject: [PATCH 2/4] 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 From 9e76d10a2fcc1eda30ba15a6c36230cb8d798e9d Mon Sep 17 00:00:00 2001 From: Zrips Date: Sun, 29 Sep 2024 15:15:59 +0300 Subject: [PATCH 3/4] Update and rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 37 --------------------- .github/ISSUE_TEMPLATE/bug_report.yml | 46 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 37 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index bb9391ab..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve our project -title: '' -labels: Bug Report -assignees: '' - ---- - -***Detailed description of the issue:** - ---- - -**ERROR (DELETE IF YOU HAVE NO ERROR):** -<-- Try to use pastebin.com server if you have long error. --> -``` -#################### -## PASTE ERROR HERE ## -#################### -``` - -**CONFIG SECTION (DELETE IF NOT RELEVANT):** -``` -##################################### -## PASTE RELEVANT CONFIG SECTION HERE ## -##################################### -``` - ---- - -**Jobs version:** - -**Server Type (Spigot/Paper/etc):** - -**Server Version (using `/ver`):** - -**Relevant plugins (Delete if this isn't needed):** diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..53b1374c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,46 @@ +name: Bug Report +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 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 + id: description-of-issue + attributes: + label: Description of Issue + description: | + Please provide a very concise description of your issue. + validations: + required: true + - type: textarea + id: cmi-version + attributes: + label: Version Information + description: Please provide us with the full output of `/jobs version`. + render: shell + validations: + required: true + - type: textarea + id: console-errors + attributes: + label: Errors + description: If they are too big consider providing a pastebin link. + placeholder: Paste any errors you have in here. + render: shell + - type: textarea + id: config-sections + attributes: + label: Relevant Config Sections + description: Avoid pasting in whole configs & sensitive data. + placeholder: Paste any relevant config sections in here. + render: yaml + - type: input + id: server-plugins + attributes: + label: Relevant Plugins + description: Please provide us with any relevant plugins (with versions) + placeholder: Vault 1.7.3 From 4a5b6d8ae22ca022de2f1e4c7f7a511f8c435401 Mon Sep 17 00:00:00 2001 From: Zrips Date: Sun, 29 Sep 2024 15:18:44 +0300 Subject: [PATCH 4/4] Delete .github/ISSUE_TEMPLATE/test_issue.yml --- .github/ISSUE_TEMPLATE/test_issue.yml | 46 --------------------------- 1 file changed, 46 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/test_issue.yml diff --git a/.github/ISSUE_TEMPLATE/test_issue.yml b/.github/ISSUE_TEMPLATE/test_issue.yml deleted file mode 100644 index 53b1374c..00000000 --- a/.github/ISSUE_TEMPLATE/test_issue.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: Bug Report -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 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 - id: description-of-issue - attributes: - label: Description of Issue - description: | - Please provide a very concise description of your issue. - validations: - required: true - - type: textarea - id: cmi-version - attributes: - label: Version Information - description: Please provide us with the full output of `/jobs version`. - render: shell - validations: - required: true - - type: textarea - id: console-errors - attributes: - label: Errors - description: If they are too big consider providing a pastebin link. - placeholder: Paste any errors you have in here. - render: shell - - type: textarea - id: config-sections - attributes: - label: Relevant Config Sections - description: Avoid pasting in whole configs & sensitive data. - placeholder: Paste any relevant config sections in here. - render: yaml - - type: input - id: server-plugins - attributes: - label: Relevant Plugins - description: Please provide us with any relevant plugins (with versions) - placeholder: Vault 1.7.3