From 83674a489201be60528891867187ffd5abcefb20 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart" Date: Tue, 10 Dec 2024 14:10:40 +0000 Subject: [PATCH 1/8] Update feature_request.md Remediates https://github.com/BOINC/boinc/issues/5940#issuecomment-2531429972. --- .github/ISSUE_TEMPLATE/feature_request.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f515242155..760f05c094 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,14 +1,16 @@ --- name: Feature request about: Suggest an idea for this project - --- -**Describe the problem** -A clear and concise description of the problem you're looking to solve. +#### **Describe the problem** -**Describe the solution you'd like** -A clear and concise description of what you want to happen. + -**Additional context** -Add any other context or screenshots about the feature request here. +#### **Describe the solution you'd like** + + + +#### **Additional context** + + From 8c0e1cb2afd84991b3f5ea31b6e95574384be08d Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart" Date: Tue, 10 Dec 2024 18:08:28 +0000 Subject: [PATCH 2/8] Update and rename feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 16 ---------------- .github/ISSUE_TEMPLATE/feature_request.yml | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 760f05c094..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project ---- - -#### **Describe the problem** - - - -#### **Describe the solution you'd like** - - - -#### **Additional context** - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000000..f4490f00c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,21 @@ +name: Feature request +description: Suggest an idea for this project. +body: + - type: textarea + attributes: + label: Describe the problem + placeholder: "" + validations: + required: false + - type: textarea + attributes: + label: Describe the solution you'd like + placeholder: "" + validations: + required: false + - type: textarea + attributes: + label: Additional context + placeholder: "" + validations: + required: false From 15752cec4889f770caf2c80ab1155b7f6e4865f3 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart" Date: Tue, 10 Dec 2024 21:29:52 +0000 Subject: [PATCH 3/8] Update feature_request.yml Satisfies https://github.com/BOINC/boinc/pull/5944#discussion_r1878632013. --- .github/ISSUE_TEMPLATE/feature_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f4490f00c4..a81a9c8e92 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,16 +6,16 @@ body: label: Describe the problem placeholder: "" validations: - required: false + required: true - type: textarea attributes: label: Describe the solution you'd like placeholder: "" validations: - required: false + required: true - type: textarea attributes: label: Additional context placeholder: "" validations: - required: false + required: true From 154b5e1526ea6e6559c185eac92ddbce83f46311 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart" Date: Tue, 10 Dec 2024 21:38:04 +0000 Subject: [PATCH 4/8] Update feature_request.yml Resolves https://github.com/BOINC/boinc/pull/5944#pullrequestreview-2493649113. --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a81a9c8e92..55690b86a0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -12,10 +12,10 @@ body: label: Describe the solution you'd like placeholder: "" validations: - required: true + required: false - type: textarea attributes: label: Additional context placeholder: "" validations: - required: true + required: false From a994bb4097e2d0612caff51ad3d339a911446bad Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart" Date: Tue, 10 Dec 2024 21:49:21 +0000 Subject: [PATCH 5/8] Update and rename bug_report.md to bug_report.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ½ of https://github.com/BOINC/boinc/pull/5944#pullrequestreview-2493256846. --- .github/ISSUE_TEMPLATE/bug_report.md | 25 ---------------- .github/ISSUE_TEMPLATE/bug_report.yml | 43 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 25 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 be0ef46018..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**Steps To Reproduce** -1. -2. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**System Information** - - OS: - - BOINC Version: - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000..45c384020a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,43 @@ +name: Bug report +description: Create a report to help us improve. +body: + - type: textarea + attributes: + label: Describe the bug + placeholder: "" + validations: + required: true + - type: textarea + attributes: + label: Steps to reproduce + placeholder: | + 1. + 2. + validations: + required: false + - type: textarea + attributes: + label: Expected behavior + placeholder: "" + validations: + required: false + - type: textarea + attributes: + label: Screenshots + placeholder: "" + validations: + required: false + - type: textarea + attributes: + label: Steps to reproduce + placeholder: | + - OS: + - BOINC Version: + validations: + required: false + - type: textarea + attributes: + label: Additional context + placeholder: "" + validations: + required: false From f63b77589fe36edd359db88a414c5738d1b46849 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart" Date: Tue, 10 Dec 2024 21:54:44 +0000 Subject: [PATCH 6/8] Update and rename other-issues.md to other-issues.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2⁄2! --- .github/ISSUE_TEMPLATE/other-issues.md | 7 ------- .github/ISSUE_TEMPLATE/other-issues.yml | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/other-issues.md create mode 100644 .github/ISSUE_TEMPLATE/other-issues.yml diff --git a/.github/ISSUE_TEMPLATE/other-issues.md b/.github/ISSUE_TEMPLATE/other-issues.md deleted file mode 100644 index c7d272147c..0000000000 --- a/.github/ISSUE_TEMPLATE/other-issues.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Other issues -about: Use this template for any other issues. - ---- - -This template is for miscellaneous issues not covered by the other issue categories. diff --git a/.github/ISSUE_TEMPLATE/other-issues.yml b/.github/ISSUE_TEMPLATE/other-issues.yml new file mode 100644 index 0000000000..043e73bf96 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issues.yml @@ -0,0 +1,9 @@ +name: Other issues +description: Use this template for any other issues. +body: + - type: textarea + attributes: + label: Describe the bug + placeholder: "" + validations: + required: true From e769533a3570c9774094e7e4d1b487e496fee8f6 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart" Date: Tue, 10 Dec 2024 23:54:10 +0000 Subject: [PATCH 7/8] Update bug_report.yml Remediates https://github.com/BOINC/boinc/pull/5944#discussion_r1879079494. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 45c384020a..3163468cf9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,7 +29,7 @@ body: required: false - type: textarea attributes: - label: Steps to reproduce + label: System information placeholder: | - OS: - BOINC Version: From f3d5782f836585cdb4f9a0394a0c87761e7c5924 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Wed, 11 Dec 2024 01:16:20 +0100 Subject: [PATCH 8/8] Update .github/ISSUE_TEMPLATE/feature_request.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 55690b86a0..5092a596e3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,7 +4,7 @@ body: - type: textarea attributes: label: Describe the problem - placeholder: "" + placeholder: "" validations: required: true - type: textarea