From 5830564933a714f251e1c64a37b58d26b0968b33 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 1 Dec 2021 15:20:24 -0700 Subject: [PATCH] fix yaml (#884) --- .../{bug_report.yml => bug-report.yml} | 14 +++++++------- .github/ISSUE_TEMPLATE/feature-request.yml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yml => bug-report.yml} (87%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 87% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml index 29e52107a..fb2d839ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: 🐛 Bug Report description: Create a report to help us improve EmbassyOS title: '[bug]: ' -labels: ["Bug", "Needs Triage"] +labels: [Bug, Needs Triage] body: - type: checkboxes attributes: @@ -91,10 +91,10 @@ body: 4. See error... validations: required: true -- type: textarea - attributes: - label: Anything else? - description: | - Screenshots? Links? References? Anything that will give us more context about the issue you are encountering. + - type: textarea + attributes: + label: Anything else? + description: | + Screenshots? Links? References? Anything that will give us more context about the issue you are encountering. - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. \ No newline at end of file + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 4f7d833b6..2011d9f1c 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: 💡 Feature Request description: Suggest an idea for EmbassyOS title: '[feat]: ' -labels: ["Enhancement"] +labels: [Enhancement] body: - type: checkboxes attributes: @@ -30,10 +30,10 @@ body: attributes: label: Describe Alternatives description: A clear and concise description of any alternative solutions or features you have considered. -- type: textarea - attributes: - label: Anything else? - description: | - Screenshots? Links? References? Anything that will give us more context about the feature you are suggesting. + - type: textarea + attributes: + label: Anything else? + description: | + Screenshots? Links? References? Anything that will give us more context about the feature you are suggesting. - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. \ No newline at end of file + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. \ No newline at end of file