From 36b917a8baffe2dac622399249a6d1d5ddeb5e55 Mon Sep 17 00:00:00 2001 From: Jihoonahn Date: Mon, 30 Oct 2023 23:33:54 +0900 Subject: [PATCH] update Issue Template --- .github/ISSUE_TEMPLATE/bug.yml | 4 +- .github/ISSUE_TEMPLATE/problem-need.yml | 57 +++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/problem-need.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 019438fa..4f86cedb 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Found a bug in Builder? Create a report! +description: Found a bug in TuistUI? Create a report! title: "Insert title here" labels: ["type:bug"] body: @@ -36,7 +36,7 @@ body: attributes: label: Plugin version description: Which plugin version are you using? - placeholder: "0.0.1" + placeholder: "0.1.1" validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/problem-need.yml b/.github/ISSUE_TEMPLATE/problem-need.yml new file mode 100644 index 00000000..97088dfe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problem-need.yml @@ -0,0 +1,57 @@ +name: Problem or need +description: Please report any problems or needs that you have encountered which TuistUI currently does not address or inadequately solves +title: "Insert title here" +labels: ["type:need/problem"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to help improve TuistUI! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Describe the bug and the expected behavior + placeholder: A clear and concise description of what the bug is, and what you expect to happen instead. + validations: + required: true + - type: textarea + id: potential-solution + attributes: + label: Potential solution + description: If you have any ideas for solving the problem, please feel free to share them here. + placeholder: Please provide a detailed explanation of how you would approach solving the problem + validations: + required: false + - type: input + id: macos-version + attributes: + label: macOS version + description: Which macOS version are you using? + placeholder: "13.0" + validations: + required: true + - type: input + id: plugin-version + attributes: + label: Plugin version + description: Which plugin version are you using? + placeholder: "0.1.1" + validations: + required: true + - type: input + id: tuist-version + attributes: + label: Tuist version + description: Which tuist version are you using? + placeholder: "3.30.0" + validations: + required: true + - type: input + id: xcode-version + attributes: + label: Xcode version + description: Which version of Xcode are you using? + placeholder: "15.0.0" + validations: + required: true