From a474648ffcfa24bf407d0386d75a1eb89745f742 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Sat, 27 Apr 2024 20:40:50 -0400 Subject: [PATCH] Issue template : Fix yaml syntax --- .github/ISSUE_TEMPLATE/Bug_report.yml | 39 ------------------- .../ISSUE_TEMPLATE/Documentation_error.yml | 4 +- .../Documentation_improvement_suggestion.yml | 9 +---- 3 files changed, 4 insertions(+), 48 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/Bug_report.yml b/.github/ISSUE_TEMPLATE/Bug_report.yml deleted file mode 100644 index a77e95a2..00000000 --- a/.github/ISSUE_TEMPLATE/Bug_report.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Bug Report -description: "Report something that's broken." -body: - - type: markdown - attributes: - value: "Please read [our contribution guide](https://github.com/userfrosting/.github/blob/main/.github/CONTRIBUTING.md) and our chapter on [common problems](https://learn.userfrosting.com/troubleshooting/common-problems) before submitting bug reports." - - type: input - attributes: - label: UserFrosting or package Version - description: Provide the UserFrosting or package version that you are using. - placeholder: 5.x.x - validations: - required: true - - type: textarea - attributes: - label: Debug Data - description: Run `php bakery debug` and paste the result here - validations: - required: true - - type: input - attributes: - label: Chat Discussion (optional) - description: Provide a link the Chat discussion about this issue - placeholder: https://chat.userfrosting.com/... - validations: - required: false - - type: textarea - attributes: - label: Description - description: Provide a detailed description of the issue you are facing. - validations: - required: true - - type: textarea - attributes: - label: Steps To Reproduce - description: Provide detailed steps to reproduce your issue. - validations: - required: false - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Documentation_error.yml b/.github/ISSUE_TEMPLATE/Documentation_error.yml index c2636977..74430099 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_error.yml +++ b/.github/ISSUE_TEMPLATE/Documentation_error.yml @@ -8,8 +8,8 @@ body: placeholder: 5.x.x validations: required: true - - type: input - attributes: + - type: input + attributes: label: Affected page description: Provide a link to the page this is related to placeholder: https://learn.userfrosting.com/... diff --git a/.github/ISSUE_TEMPLATE/Documentation_improvement_suggestion.yml b/.github/ISSUE_TEMPLATE/Documentation_improvement_suggestion.yml index 1867d496..a3e45b3b 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_improvement_suggestion.yml +++ b/.github/ISSUE_TEMPLATE/Documentation_improvement_suggestion.yml @@ -8,8 +8,8 @@ body: placeholder: 5.x.x validations: required: true - - type: input - attributes: + - type: input + attributes: label: Affected page description: Provide a link to the page this is related to placeholder: https://learn.userfrosting.com/... @@ -27,8 +27,3 @@ body: description: Provide details about the suggested changes validations: required: true - - - - -