From 89a200f49c2602de1583c45fc84a91af6368c219 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 26 Nov 2021 08:25:20 -0700 Subject: [PATCH] fix invalid copy --- .github/ISSUE_TEMPLATE/feature-request.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 83a56bb8f..4f7d833b6 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,14 +1,14 @@ name: 💡 Feature Request description: Suggest an idea for EmbassyOS title: '[feat]: ' -labels: ["Bug", "Needs Triage"] +labels: ["Enhancement"] body: - type: checkboxes attributes: label: Prerequisites description: Please confirm you have completed the following. options: - - label: I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already report this problem, without success. + - label: I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already suggest this feature, without success. required: true - type: textarea attributes: @@ -30,7 +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: Additional Information - description: List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to implement, Stack Overflow links, forum links, etc. \ No newline at end of file +- 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